Shades of Green Mist #BCC09A
Tints of Green Mist #BCC09A
RGB
CMYK
RGB Variations
Color information
#BCC09A (or 0xBCC09A) is known color: Green Mist. HEX triplet: BC, C0 and 9A. RGB value is (188,192,154). Sum of RGB (Red+Green+Blue) = 188+192+154=534 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.21% from 534); Green value is 192 (75.39% from 255 or 35.96% from 534); Blue value is 154 (60.55% from 255 or 28.84% from 534); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC09A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC09A is #433F65. Grayscale: #BABABA. Windows color (decimal): -4407142 or 10141884. OLE color: 10141884.
HSL color Cylindrical-coordinate representation of color #BCC09A: hue angle of 66.32º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCC09A is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 192 | 154 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.25 |
| HSL | 66.32º | 0.23% | 0.68% | - |
| HSV(B) | 66.32º | 0.2% | 0.75% | - |
| XYZ | 45.42 | 50.72 | 37.97 | - |
| YUV | 186.47 | 109.67 | 129.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 192 | 154 | 0.02 | 0 | 0.20 | 0.25 | 66.32 | 0.23 | 0.68 |
| Hex | BC | C0 | 9A | 2 | 0 | 14 | 19 | 42 | 17 | 44 |
| Octal | 274 | 300 | 232 | 2 | 0 | 24 | 31 | 102 | 27 | 104 |
| Binary | 10111100 | 11000000 | 10011010 | 10 | 0 | 10100 | 11001 | 1000010 | 10111 | 1000100 |
Color Harmonies of #BCC09A
Complementary color
Monochromatic Colors of #BCC09A
Black with #BCC09A
Text Example
Text Example
White with #BCC09A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC09A; }
p { color: rgb(188,192,154); }
H1.HeaderClassName
{
color: #BCC09A;
}
.AnyTagClassName
{
color: #BCC09A;
}
</style>
background-color css
<style>
a { background-color: #BCC09A; }
a { background-color: rgb(188,192,154); }
div.DivClassName
{
background-color: #BCC09A;
}
.BgClassName
{
background-color: #BCC09A;
}
</style>
border-color css
<style>
span { border-color: #BCC09A; }
span { border-color: rgb(188,192,154); }
td.TdClassName
{
border-color: #BCC09A;
}
.TagClassName
{
border-color: #BCC09A;
}
</style>