#BCC08E

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

Shades of Green Mist #BCC08E

Tints of Green Mist #BCC08E

Color information

#BCC08E (or 0xBCC08E) is unknown color: approx Green Mist. HEX triplet: BC, C0 and 8E. RGB value is (188,192,142). Sum of RGB (Red+Green+Blue) = 188+192+142=522 (69% of max value = 765). Red value is 188 (73.83% from 255 or 36.02% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 142 (55.86% from 255 or 27.20% from 522); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC08E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC08E is #433F71. Grayscale: #B9B9B9. Windows color (decimal): -4407154 or 9355452. OLE color: 9355452.

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

Color convert

RGB188192142-
CMYK0.0200.260.25
HSL64.8º28.41%65.49%-
HSV(B)64.8º26.04%75.29%-
XYZ44.4750.3432.96-
YUV185.1103.67130.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.02%
GREEN value IS 192 (75.39% from 255) = 36.78%
BLUE value IS 142 (55.86% from 255) = 27.20%
R=36.02%
G=36.78%
B=27.20%

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
Decimal1881921420.0200.260.2564.828.4165.49
HexBCC08E201A19411c41
Octal27430021620323110134101
Binary10111100110000001000111010011010110011000001111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC08E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC08E; }

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

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

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

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

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

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

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

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