#BFC99A

Color #BFC99A Green Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Mist #BFC99A

Tints of Green Mist #BFC99A

Color information

#BFC99A (or 0xBFC99A) is unknown color: approx Green Mist. HEX triplet: BF, C9 and 9A. RGB value is (191,201,154). Sum of RGB (Red+Green+Blue) = 191+201+154=546 (72% of max value = 765). Red value is 191 (75% from 255 or 34.98% from 546); Green value is 201 (78.91% from 255 or 36.81% from 546); Blue value is 154 (60.55% from 255 or 28.21% from 546); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC99A is #403665. Grayscale: #C0C0C0. Windows color (decimal): -4208230 or 10144191. OLE color: 10144191.

HSL color Cylindrical-coordinate representation of color #BFC99A: hue angle of 72.77º degrees, saturation: 0.3, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFC99A is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB191201154-
CMYK0.0500.230.21
HSL72.77º30.32%69.61%-
HSV(B)72.77º23.38%78.82%-
XYZ48.2155.1838.68-
YUV192.65106.19126.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 191 (75% from 255) = 34.98%
GREEN value IS 201 (78.91% from 255) = 36.81%
BLUE value IS 154 (60.55% from 255) = 28.21%
R=34.98%
G=36.81%
B=28.21%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1912011540.0500.230.2172.7730.3269.61
HexBFC99A501715491e46
Octal27731123250272511136106
Binary101111111100100110011010101010111101011001001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC99A; }

 p { color: rgb(191,201,154); }

 H1.HeaderClassName
 {
   color: #BFC99A;
 }
 .AnyTagClassName
 {
   color: #BFC99A;
 }
</style>
background-color css

<style>
 a { background-color: #BFC99A; }

 a { background-color: rgb(191,201,154); }

 div.DivClassName
 {
   background-color: #BFC99A;
 }
 .BgClassName
 {
   background-color: #BFC99A;
 }
</style>
border-color css

<style>
 span { border-color: #BFC99A; }

 span { border-color: rgb(191,201,154); }

 td.TdClassName
 {
   border-color: #BFC99A;
 }
 .TagClassName
 {
   border-color: #BFC99A;
 }
</style>