Shades of Green Mist #BCC398
Tints of Green Mist #BCC398
RGB
CMYK
RGB Variations
Color information
#BCC398 (or 0xBCC398) is known color: Green Mist. HEX triplet: BC, C3 and 98. RGB value is (188,195,152). Sum of RGB (Red+Green+Blue) = 188+195+152=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 195 (76.56% from 255 or 36.45% from 535); Blue value is 152 (59.77% from 255 or 28.41% from 535); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC398 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCC398 is #433C67. Grayscale: #BCBCBC. Windows color (decimal): -4406376 or 10011580. OLE color: 10011580.
HSL color Cylindrical-coordinate representation of color #BCC398: hue angle of 69.77º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCC398 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 188 | 195 | 152 | - |
| CMYK | 0.04 | 0 | 0.22 | 0.24 |
| HSL | 69.77º | 0.26% | 0.68% | - |
| HSV(B) | 69.77º | 0.22% | 0.76% | - |
| XYZ | 45.92 | 51.99 | 37.32 | - |
| YUV | 188.01 | 107.68 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 195 | 152 | 0.04 | 0 | 0.22 | 0.24 | 69.77 | 0.26 | 0.68 |
| Hex | BC | C3 | 98 | 4 | 0 | 16 | 18 | 46 | 1A | 44 |
| Octal | 274 | 303 | 230 | 4 | 0 | 26 | 30 | 106 | 32 | 104 |
| Binary | 10111100 | 11000011 | 10011000 | 100 | 0 | 10110 | 11000 | 1000110 | 11010 | 1000100 |
Color Harmonies of #BCC398
Complementary color
Monochromatic Colors of #BCC398
Black with #BCC398
Text Example
Text Example
White with #BCC398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCC398; }
p { color: rgb(188,195,152); }
H1.HeaderClassName
{
color: #BCC398;
}
.AnyTagClassName
{
color: #BCC398;
}
</style>
background-color css
<style>
a { background-color: #BCC398; }
a { background-color: rgb(188,195,152); }
div.DivClassName
{
background-color: #BCC398;
}
.BgClassName
{
background-color: #BCC398;
}
</style>
border-color css
<style>
span { border-color: #BCC398; }
span { border-color: rgb(188,195,152); }
td.TdClassName
{
border-color: #BCC398;
}
.TagClassName
{
border-color: #BCC398;
}
</style>