#BCBF94

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

Shades of Green Mist #BCBF94

Tints of Green Mist #BCBF94

Color information

#BCBF94 (or 0xBCBF94) is unknown color: approx Green Mist. HEX triplet: BC, BF and 94. RGB value is (188,191,148). Sum of RGB (Red+Green+Blue) = 188+191+148=527 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.67% from 527); Green value is 191 (75% from 255 or 36.24% from 527); Blue value is 148 (58.20% from 255 or 28.08% from 527); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF94 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBF94 is #43406B. Grayscale: #B9B9B9. Windows color (decimal): -4407404 or 9748412. OLE color: 9748412.

HSL color Cylindrical-coordinate representation of color #BCBF94: hue angle of 64.19º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCBF94 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB188191148-
CMYK0.0200.230.25
HSL64.19º25.15%66.47%-
HSV(B)64.19º22.51%74.9%-
XYZ44.7250.0935.33-
YUV185.2107.01130-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.67%
GREEN value IS 191 (75% from 255) = 36.24%
BLUE value IS 148 (58.20% from 255) = 28.08%
R=35.67%
G=36.24%
B=28.08%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881911480.0200.230.2564.1925.1566.47
HexBCBF94201719401942
Octal27427722420273110031102
Binary10111100101111111001010010010111110011000000110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBF94; }

 p { color: rgb(188,191,148); }

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

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

 a { background-color: rgb(188,191,148); }

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

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

 span { border-color: rgb(188,191,148); }

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