#BFC99B

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

Shades of Green Mist #BFC99B

Tints of Green Mist #BFC99B

Color information

#BFC99B (or 0xBFC99B) is unknown color: approx Green Mist. HEX triplet: BF, C9 and 9B. RGB value is (191,201,155). Sum of RGB (Red+Green+Blue) = 191+201+155=547 (72% of max value = 765). Red value is 191 (75% from 255 or 34.92% from 547); Green value is 201 (78.91% from 255 or 36.75% from 547); Blue value is 155 (60.94% from 255 or 28.34% from 547); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC99B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC99B is #403664. Grayscale: #C0C0C0. Windows color (decimal): -4208229 or 10209727. OLE color: 10209727.

HSL color Cylindrical-coordinate representation of color #BFC99B: hue angle of 73.04º 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 #BFC99B is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.21.

Color convert

RGB191201155-
CMYK0.0500.230.21
HSL73.04º29.87%69.8%-
HSV(B)73.04º22.89%78.82%-
XYZ48.2955.2239.12-
YUV192.77106.69126.74-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.92%
GREEN value IS 201 (78.91% from 255) = 36.75%
BLUE value IS 155 (60.94% from 255) = 28.34%
R=34.92%
G=36.75%
B=28.34%

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
Decimal1912011550.0500.230.2173.0429.8769.8
HexBFC99B501715491e46
Octal27731123350272511136106
Binary101111111100100110011011101010111101011001001111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC99B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC99B; }

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

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

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

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

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

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

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

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