Shades of Conifer #BBD94A
Tints of Conifer #BBD94A
RGB
CMYK
RGB Variations
Color information
#BBD94A (or 0xBBD94A) is known color: Conifer. HEX triplet: BB, D9 and 4A. RGB value is (187,217,74). Sum of RGB (Red+Green+Blue) = 187+217+74=478 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.12% from 478); Green value is 217 (85.16% from 255 or 45.40% from 478); Blue value is 74 (29.30% from 255 or 15.48% from 478); Max value from RGB is 217 - color contains mainly: green. Hex color #BBD94A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBD94A is #4426B5. Grayscale: #C0C0C0. Windows color (decimal): -4466358 or 4905403. OLE color: 4905403.
HSL color Cylindrical-coordinate representation of color #BBD94A: hue angle of 72.59º 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 #BBD94A is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 217 | 74 | - |
| CMYK | 0.14 | 0 | 0.66 | 0.15 |
| HSL | 72.59º | 0.65% | 0.57% | - |
| HSV(B) | 72.59º | 0.66% | 0.85% | - |
| XYZ | 46.54 | 60.68 | 15.74 | - |
| YUV | 191.73 | 61.56 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 217 | 74 | 0.14 | 0 | 0.66 | 0.15 | 72.59 | 0.65 | 0.57 |
| Hex | BB | D9 | 4A | E | 0 | 42 | F | 49 | 41 | 39 |
| Octal | 273 | 331 | 112 | 16 | 0 | 102 | 17 | 111 | 101 | 71 |
| Binary | 10111011 | 11011001 | 1001010 | 1110 | 0 | 1000010 | 1111 | 1001001 | 1000001 | 111001 |
Color Harmonies of #BBD94A
Complementary color
Monochromatic Colors of #BBD94A
Black with #BBD94A
Text Example
Text Example
White with #BBD94A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBD94A; }
p { color: rgb(187,217,74); }
H1.HeaderClassName
{
color: #BBD94A;
}
.AnyTagClassName
{
color: #BBD94A;
}
</style>
background-color css
<style>
a { background-color: #BBD94A; }
a { background-color: rgb(187,217,74); }
div.DivClassName
{
background-color: #BBD94A;
}
.BgClassName
{
background-color: #BBD94A;
}
</style>
border-color css
<style>
span { border-color: #BBD94A; }
span { border-color: rgb(187,217,74); }
td.TdClassName
{
border-color: #BBD94A;
}
.TagClassName
{
border-color: #BBD94A;
}
</style>