Shades of Conifer #BBDF5E
Tints of Conifer #BBDF5E
RGB
CMYK
RGB Variations
Color information
#BBDF5E (or 0xBBDF5E) is known color: Conifer. HEX triplet: BB, DF and 5E. RGB value is (187,223,94). Sum of RGB (Red+Green+Blue) = 187+223+94=504 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.10% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 94 (37.11% from 255 or 18.65% from 504); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF5E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDF5E is #4420A1. Grayscale: #C6C6C6. Windows color (decimal): -4464802 or 6217659. OLE color: 6217659.
HSL color Cylindrical-coordinate representation of color #BBDF5E: hue angle of 76.74º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BBDF5E is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 94 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.13 |
| HSL | 76.74º | 0.67% | 0.62% | - |
| HSV(B) | 76.74º | 0.58% | 0.87% | - |
| XYZ | 48.9 | 64.15 | 20.39 | - |
| YUV | 197.53 | 69.57 | 120.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 94 | 0.16 | 0 | 0.58 | 0.13 | 76.74 | 0.67 | 0.62 |
| Hex | BB | DF | 5E | 10 | 0 | 3A | D | 4D | 43 | 3E |
| Octal | 273 | 337 | 136 | 20 | 0 | 72 | 15 | 115 | 103 | 76 |
| Binary | 10111011 | 11011111 | 1011110 | 10000 | 0 | 111010 | 1101 | 1001101 | 1000011 | 111110 |
Color Harmonies of #BBDF5E
Complementary color
Monochromatic Colors of #BBDF5E
Black with #BBDF5E
Text Example
Text Example
White with #BBDF5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDF5E; }
p { color: rgb(187,223,94); }
H1.HeaderClassName
{
color: #BBDF5E;
}
.AnyTagClassName
{
color: #BBDF5E;
}
</style>
background-color css
<style>
a { background-color: #BBDF5E; }
a { background-color: rgb(187,223,94); }
div.DivClassName
{
background-color: #BBDF5E;
}
.BgClassName
{
background-color: #BBDF5E;
}
</style>
border-color css
<style>
span { border-color: #BBDF5E; }
span { border-color: rgb(187,223,94); }
td.TdClassName
{
border-color: #BBDF5E;
}
.TagClassName
{
border-color: #BBDF5E;
}
</style>