#BFC496

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

Shades of Green Mist #BFC496

Tints of Green Mist #BFC496

Color information

#BFC496 (or 0xBFC496) is unknown color: approx Green Mist. HEX triplet: BF, C4 and 96. RGB value is (191,196,150). Sum of RGB (Red+Green+Blue) = 191+196+150=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 196 (76.95% from 255 or 36.50% from 537); Blue value is 150 (58.98% from 255 or 27.93% from 537); Max value from RGB is 196 - color contains mainly: green. Hex color #BFC496 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC496 is #403B69. Grayscale: #BDBDBD. Windows color (decimal): -4209514 or 9880767. OLE color: 9880767.

HSL color Cylindrical-coordinate representation of color #BFC496: hue angle of 66.52º degrees, saturation: 0.28, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFC496 is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.23.

Color convert

RGB191196150-
CMYK0.0300.230.23
HSL66.52º28.05%67.84%-
HSV(B)66.52º23.47%76.86%-
XYZ46.7352.7636.57-
YUV189.26105.84129.24-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.57%
GREEN value IS 196 (76.95% from 255) = 36.50%
BLUE value IS 150 (58.98% from 255) = 27.93%
R=35.57%
G=36.50%
B=27.93%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911961500.0300.230.2366.5228.0567.84
HexBFC496301717431c44
Octal27730422630272710334104
Binary10111111110001001001011011010111101111000011111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC496; }

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

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

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

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

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

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

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

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