#BFC696

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

Shades of Green Mist #BFC696

Tints of Green Mist #BFC696

Color information

#BFC696 (or 0xBFC696) is unknown color: approx Green Mist. HEX triplet: BF, C6 and 96. RGB value is (191,198,150). Sum of RGB (Red+Green+Blue) = 191+198+150=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 198 (77.73% from 255 or 36.73% from 539); Blue value is 150 (58.98% from 255 or 27.83% from 539); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC696 is #403969. Grayscale: #BEBEBE. Windows color (decimal): -4209002 or 9881279. OLE color: 9881279.

HSL color Cylindrical-coordinate representation of color #BFC696: hue angle of 68.75º degrees, saturation: 0.3, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BFC696 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.

Color convert

RGB191198150-
CMYK0.0400.240.22
HSL68.75º29.63%68.24%-
HSV(B)68.75º24.24%77.65%-
XYZ47.1853.6736.73-
YUV190.43105.18128.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.44%
GREEN value IS 198 (77.73% from 255) = 36.73%
BLUE value IS 150 (58.98% from 255) = 27.83%
R=35.44%
G=36.73%
B=27.83%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1911981500.0400.240.2268.7529.6368.24
HexBFC696401816451e44
Octal27730622640302610536104
Binary101111111100011010010110100011000101101000101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC696; }

 p { color: rgb(191,198,150); }

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

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

 a { background-color: rgb(191,198,150); }

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

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

 span { border-color: rgb(191,198,150); }

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