Shades of Conifer #BBE745
Tints of Conifer #BBE745
RGB
CMYK
RGB Variations
Color information
#BBE745 (or 0xBBE745) is known color: Conifer. HEX triplet: BB, E7 and 45. RGB value is (187,231,69). Sum of RGB (Red+Green+Blue) = 187+231+69=487 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.40% from 487); Green value is 231 (90.62% from 255 or 47.43% from 487); Blue value is 69 (27.34% from 255 or 14.17% from 487); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE745 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBE745 is #4418BA. Grayscale: #C7C7C7. Windows color (decimal): -4462779 or 4581307. OLE color: 4581307.
HSL color Cylindrical-coordinate representation of color #BBE745: hue angle of 76.3º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BBE745 is Cyan = 0.19, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 231 | 69 | - |
| CMYK | 0.19 | 0 | 0.70 | 0.09 |
| HSL | 76.3º | 0.77% | 0.59% | - |
| HSV(B) | 76.3º | 0.7% | 0.91% | - |
| XYZ | 50.14 | 68.15 | 16.14 | - |
| YUV | 199.38 | 54.42 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 231 | 69 | 0.19 | 0 | 0.70 | 0.09 | 76.3 | 0.77 | 0.59 |
| Hex | BB | E7 | 45 | 13 | 0 | 46 | 9 | 4C | 4D | 3B |
| Octal | 273 | 347 | 105 | 23 | 0 | 106 | 11 | 114 | 115 | 73 |
| Binary | 10111011 | 11100111 | 1000101 | 10011 | 0 | 1000110 | 1001 | 1001100 | 1001101 | 111011 |
Color Harmonies of #BBE745
Complementary color
Monochromatic Colors of #BBE745
Black with #BBE745
Text Example
Text Example
White with #BBE745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE745; }
p { color: rgb(187,231,69); }
H1.HeaderClassName
{
color: #BBE745;
}
.AnyTagClassName
{
color: #BBE745;
}
</style>
background-color css
<style>
a { background-color: #BBE745; }
a { background-color: rgb(187,231,69); }
div.DivClassName
{
background-color: #BBE745;
}
.BgClassName
{
background-color: #BBE745;
}
</style>
border-color css
<style>
span { border-color: #BBE745; }
span { border-color: rgb(187,231,69); }
td.TdClassName
{
border-color: #BBE745;
}
.TagClassName
{
border-color: #BBE745;
}
</style>