Shades of Conifer #BBD84A
Tints of Conifer #BBD84A
RGB
CMYK
RGB Variations
Color information
#BBD84A (or 0xBBD84A) is known color: Conifer. HEX triplet: BB, D8 and 4A. RGB value is (187,216,74). Sum of RGB (Red+Green+Blue) = 187+216+74=477 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.20% from 477); Green value is 216 (84.77% from 255 or 45.28% from 477); Blue value is 74 (29.30% from 255 or 15.51% from 477); Max value from RGB is 216 - color contains mainly: green. Hex color #BBD84A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD84A is #4427B5. Grayscale: #BFBFBF. Windows color (decimal): -4466614 or 4905147. OLE color: 4905147.
HSL color Cylindrical-coordinate representation of color #BBD84A: hue angle of 72.25º degrees, saturation: 0.65, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBD84A is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 216 | 74 | - |
| CMYK | 0.13 | 0 | 0.66 | 0.15 |
| HSL | 72.25º | 0.65% | 0.57% | - |
| HSV(B) | 72.25º | 0.66% | 0.85% | - |
| XYZ | 46.29 | 60.17 | 15.65 | - |
| YUV | 191.14 | 61.89 | 125.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 216 | 74 | 0.13 | 0 | 0.66 | 0.15 | 72.25 | 0.65 | 0.57 |
| Hex | BB | D8 | 4A | D | 0 | 42 | F | 48 | 41 | 39 |
| Octal | 273 | 330 | 112 | 15 | 0 | 102 | 17 | 110 | 101 | 71 |
| Binary | 10111011 | 11011000 | 1001010 | 1101 | 0 | 1000010 | 1111 | 1001000 | 1000001 | 111001 |
Color Harmonies of #BBD84A
Complementary color
Monochromatic Colors of #BBD84A
Black with #BBD84A
Text Example
Text Example
White with #BBD84A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD84A; }
p { color: rgb(187,216,74); }
H1.HeaderClassName
{
color: #BBD84A;
}
.AnyTagClassName
{
color: #BBD84A;
}
</style>
background-color css
<style>
a { background-color: #BBD84A; }
a { background-color: rgb(187,216,74); }
div.DivClassName
{
background-color: #BBD84A;
}
.BgClassName
{
background-color: #BBD84A;
}
</style>
border-color css
<style>
span { border-color: #BBD84A; }
span { border-color: rgb(187,216,74); }
td.TdClassName
{
border-color: #BBD84A;
}
.TagClassName
{
border-color: #BBD84A;
}
</style>