Shades of Conifer #BBE74B
Tints of Conifer #BBE74B
RGB
CMYK
RGB Variations
Color information
#BBE74B (or 0xBBE74B) is known color: Conifer. HEX triplet: BB, E7 and 4B. RGB value is (187,231,75). Sum of RGB (Red+Green+Blue) = 187+231+75=493 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.93% from 493); Green value is 231 (90.62% from 255 or 46.86% from 493); Blue value is 75 (29.69% from 255 or 15.21% from 493); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE74B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBE74B is #4418B4. Grayscale: #C8C8C8. Windows color (decimal): -4462773 or 4974523. OLE color: 4974523.
HSL color Cylindrical-coordinate representation of color #BBE74B: hue angle of 76.92º degrees, saturation: 0.76, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BBE74B is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 231 | 75 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.09 |
| HSL | 76.92º | 0.76% | 0.6% | - |
| HSV(B) | 76.92º | 0.68% | 0.91% | - |
| XYZ | 50.34 | 68.22 | 17.17 | - |
| YUV | 200.06 | 57.42 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 231 | 75 | 0.19 | 0 | 0.68 | 0.09 | 76.92 | 0.76 | 0.6 |
| Hex | BB | E7 | 4B | 13 | 0 | 44 | 9 | 4D | 4C | 3C |
| Octal | 273 | 347 | 113 | 23 | 0 | 104 | 11 | 115 | 114 | 74 |
| Binary | 10111011 | 11100111 | 1001011 | 10011 | 0 | 1000100 | 1001 | 1001101 | 1001100 | 111100 |
Color Harmonies of #BBE74B
Complementary color
Monochromatic Colors of #BBE74B
Black with #BBE74B
Text Example
Text Example
White with #BBE74B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE74B; }
p { color: rgb(187,231,75); }
H1.HeaderClassName
{
color: #BBE74B;
}
.AnyTagClassName
{
color: #BBE74B;
}
</style>
background-color css
<style>
a { background-color: #BBE74B; }
a { background-color: rgb(187,231,75); }
div.DivClassName
{
background-color: #BBE74B;
}
.BgClassName
{
background-color: #BBE74B;
}
</style>
border-color css
<style>
span { border-color: #BBE74B; }
span { border-color: rgb(187,231,75); }
td.TdClassName
{
border-color: #BBE74B;
}
.TagClassName
{
border-color: #BBE74B;
}
</style>