#BCC08F

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

Shades of Green Mist #BCC08F

Tints of Green Mist #BCC08F

Color information

#BCC08F (or 0xBCC08F) is unknown color: approx Green Mist. HEX triplet: BC, C0 and 8F. RGB value is (188,192,143). Sum of RGB (Red+Green+Blue) = 188+192+143=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 192 (75.39% from 255 or 36.71% from 523); Blue value is 143 (56.25% from 255 or 27.34% from 523); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC08F is #433F70. Grayscale: #B9B9B9. Windows color (decimal): -4407153 or 9420988. OLE color: 9420988.

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

Color convert

RGB188192143-
CMYK0.0200.260.25
HSL64.9º28%65.69%-
HSV(B)64.9º25.52%75.29%-
XYZ44.5550.3733.36-
YUV185.22104.17129.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.95%
GREEN value IS 192 (75.39% from 255) = 36.71%
BLUE value IS 143 (56.25% from 255) = 27.34%
R=35.95%
G=36.71%
B=27.34%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881921430.0200.260.2564.92865.69
HexBCC08F201A19411c42
Octal27430021720323110134102
Binary10111100110000001000111110011010110011000001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC08F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC08F; }

 p { color: rgb(188,192,143); }

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

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

 a { background-color: rgb(188,192,143); }

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

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

 span { border-color: rgb(188,192,143); }

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