Shades of Green Mist #BCBF90
Tints of Green Mist #BCBF90
RGB
CMYK
RGB Variations
Color information
#BCBF90 (or 0xBCBF90) is known color: Green Mist. HEX triplet: BC, BF and 90. RGB value is (188,191,144). Sum of RGB (Red+Green+Blue) = 188+191+144=523 (69% of max value = 765). Red value is 188 (73.83% from 255 or 35.95% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 144 (56.64% from 255 or 27.53% from 523); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCBF90 is #43406F. Grayscale: #B8B8B8. Windows color (decimal): -4407408 or 9486268. OLE color: 9486268.
HSL color Cylindrical-coordinate representation of color #BCBF90: hue angle of 63.83º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCBF90 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 188 | 191 | 144 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.25 |
| HSL | 63.83º | 0.27% | 0.66% | - |
| HSV(B) | 63.83º | 0.25% | 0.75% | - |
| XYZ | 44.4 | 49.97 | 33.69 | - |
| YUV | 184.75 | 105.01 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 191 | 144 | 0.02 | 0 | 0.25 | 0.25 | 63.83 | 0.27 | 0.66 |
| Hex | BC | BF | 90 | 2 | 0 | 19 | 19 | 40 | 1B | 42 |
| Octal | 274 | 277 | 220 | 2 | 0 | 31 | 31 | 100 | 33 | 102 |
| Binary | 10111100 | 10111111 | 10010000 | 10 | 0 | 11001 | 11001 | 1000000 | 11011 | 1000010 |
Color Harmonies of #BCBF90
Complementary color
Monochromatic Colors of #BCBF90
Black with #BCBF90
Text Example
Text Example
White with #BCBF90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BCBF90; }
p { color: rgb(188,191,144); }
H1.HeaderClassName
{
color: #BCBF90;
}
.AnyTagClassName
{
color: #BCBF90;
}
</style>
background-color css
<style>
a { background-color: #BCBF90; }
a { background-color: rgb(188,191,144); }
div.DivClassName
{
background-color: #BCBF90;
}
.BgClassName
{
background-color: #BCBF90;
}
</style>
border-color css
<style>
span { border-color: #BCBF90; }
span { border-color: rgb(188,191,144); }
td.TdClassName
{
border-color: #BCBF90;
}
.TagClassName
{
border-color: #BCBF90;
}
</style>