Shades of Conifer #BBDB4A
Tints of Conifer #BBDB4A
RGB
CMYK
RGB Variations
Color information
#BBDB4A (or 0xBBDB4A) is known color: Conifer. HEX triplet: BB, DB and 4A. RGB value is (187,219,74). Sum of RGB (Red+Green+Blue) = 187+219+74=480 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.96% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 74 (29.30% from 255 or 15.42% from 480); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDB4A is #4424B5. Grayscale: #C1C1C1. Windows color (decimal): -4465846 or 4905915. OLE color: 4905915.
HSL color Cylindrical-coordinate representation of color #BBDB4A: hue angle of 73.24º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBDB4A is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 74 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.14 |
| HSL | 73.24º | 0.67% | 0.57% | - |
| HSV(B) | 73.24º | 0.66% | 0.86% | - |
| XYZ | 47.06 | 61.72 | 15.91 | - |
| YUV | 192.9 | 60.9 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 74 | 0.15 | 0 | 0.66 | 0.14 | 73.24 | 0.67 | 0.57 |
| Hex | BB | DB | 4A | F | 0 | 42 | E | 49 | 43 | 39 |
| Octal | 273 | 333 | 112 | 17 | 0 | 102 | 16 | 111 | 103 | 71 |
| Binary | 10111011 | 11011011 | 1001010 | 1111 | 0 | 1000010 | 1110 | 1001001 | 1000011 | 111001 |
Color Harmonies of #BBDB4A
Complementary color
Monochromatic Colors of #BBDB4A
Black with #BBDB4A
Text Example
Text Example
White with #BBDB4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDB4A; }
p { color: rgb(187,219,74); }
H1.HeaderClassName
{
color: #BBDB4A;
}
.AnyTagClassName
{
color: #BBDB4A;
}
</style>
background-color css
<style>
a { background-color: #BBDB4A; }
a { background-color: rgb(187,219,74); }
div.DivClassName
{
background-color: #BBDB4A;
}
.BgClassName
{
background-color: #BBDB4A;
}
</style>
border-color css
<style>
span { border-color: #BBDB4A; }
span { border-color: rgb(187,219,74); }
td.TdClassName
{
border-color: #BBDB4A;
}
.TagClassName
{
border-color: #BBDB4A;
}
</style>