Shades of Conifer #BBE74A
Tints of Conifer #BBE74A
RGB
CMYK
RGB Variations
Color information
#BBE74A (or 0xBBE74A) is known color: Conifer. HEX triplet: BB, E7 and 4A. RGB value is (187,231,74). Sum of RGB (Red+Green+Blue) = 187+231+74=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 231 (90.62% from 255 or 46.95% from 492); Blue value is 74 (29.30% from 255 or 15.04% from 492); Max value from RGB is 231 - color contains mainly: green. Hex color #BBE74A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #BBE74A is #4418B5. Grayscale: #C8C8C8. Windows color (decimal): -4462774 or 4908987. OLE color: 4908987.
HSL color Cylindrical-coordinate representation of color #BBE74A: hue angle of 76.82º degrees, saturation: 0.77, 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 #BBE74A is Cyan = 0.19, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 187 | 231 | 74 | - |
| CMYK | 0.19 | 0 | 0.68 | 0.09 |
| HSL | 76.82º | 0.77% | 0.6% | - |
| HSV(B) | 76.82º | 0.68% | 0.91% | - |
| XYZ | 50.31 | 68.21 | 16.99 | - |
| YUV | 199.95 | 56.92 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 231 | 74 | 0.19 | 0 | 0.68 | 0.09 | 76.82 | 0.77 | 0.6 |
| Hex | BB | E7 | 4A | 13 | 0 | 44 | 9 | 4D | 4D | 3C |
| Octal | 273 | 347 | 112 | 23 | 0 | 104 | 11 | 115 | 115 | 74 |
| Binary | 10111011 | 11100111 | 1001010 | 10011 | 0 | 1000100 | 1001 | 1001101 | 1001101 | 111100 |
Color Harmonies of #BBE74A
Complementary color
Monochromatic Colors of #BBE74A
Black with #BBE74A
Text Example
Text Example
White with #BBE74A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBE74A; }
p { color: rgb(187,231,74); }
H1.HeaderClassName
{
color: #BBE74A;
}
.AnyTagClassName
{
color: #BBE74A;
}
</style>
background-color css
<style>
a { background-color: #BBE74A; }
a { background-color: rgb(187,231,74); }
div.DivClassName
{
background-color: #BBE74A;
}
.BgClassName
{
background-color: #BBE74A;
}
</style>
border-color css
<style>
span { border-color: #BBE74A; }
span { border-color: rgb(187,231,74); }
td.TdClassName
{
border-color: #BBE74A;
}
.TagClassName
{
border-color: #BBE74A;
}
</style>