#BFC596

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

Shades of Green Mist #BFC596

Tints of Green Mist #BFC596

Color information

#BFC596 (or 0xBFC596) is unknown color: approx Green Mist. HEX triplet: BF, C5 and 96. RGB value is (191,197,150). Sum of RGB (Red+Green+Blue) = 191+197+150=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 197 (77.34% from 255 or 36.62% from 538); Blue value is 150 (58.98% from 255 or 27.88% from 538); Max value from RGB is 197 - color contains mainly: green. Hex color #BFC596 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFC596 is #403A69. Grayscale: #BEBEBE. Windows color (decimal): -4209258 or 9881023. OLE color: 9881023.

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

Color convert

RGB191197150-
CMYK0.0300.240.23
HSL67.66º28.83%68.04%-
HSV(B)67.66º23.86%77.25%-
XYZ46.9653.2136.65-
YUV189.85105.51128.82-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.50%
GREEN value IS 197 (77.34% from 255) = 36.62%
BLUE value IS 150 (58.98% from 255) = 27.88%
R=35.50%
G=36.62%
B=27.88%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1911971500.0300.240.2367.6628.8368.04
HexBFC596301817441d44
Octal27730522630302710435104
Binary10111111110001011001011011011000101111000100111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC596

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC596; }

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

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

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

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

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

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

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

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