Shades of Conifer #BBDB45
Tints of Conifer #BBDB45
RGB
CMYK
RGB Variations
Color information
#BBDB45 (or 0xBBDB45) is known color: Conifer. HEX triplet: BB, DB and 45. RGB value is (187,219,69). Sum of RGB (Red+Green+Blue) = 187+219+69=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 69 (27.34% from 255 or 14.53% from 475); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDB45 is #4424BA. Grayscale: #C0C0C0. Windows color (decimal): -4465851 or 4578235. OLE color: 4578235.
HSL color Cylindrical-coordinate representation of color #BBDB45: hue angle of 72.8º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BBDB45 is Cyan = 0.15, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 69 | - |
| CMYK | 0.15 | 0 | 0.68 | 0.14 |
| HSL | 72.8º | 0.68% | 0.56% | - |
| HSV(B) | 72.8º | 0.68% | 0.86% | - |
| XYZ | 46.9 | 61.66 | 15.06 | - |
| YUV | 192.33 | 58.4 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 69 | 0.15 | 0 | 0.68 | 0.14 | 72.8 | 0.68 | 0.56 |
| Hex | BB | DB | 45 | F | 0 | 44 | E | 49 | 44 | 38 |
| Octal | 273 | 333 | 105 | 17 | 0 | 104 | 16 | 111 | 104 | 70 |
| Binary | 10111011 | 11011011 | 1000101 | 1111 | 0 | 1000100 | 1110 | 1001001 | 1000100 | 111000 |
Color Harmonies of #BBDB45
Complementary color
Monochromatic Colors of #BBDB45
Black with #BBDB45
Text Example
Text Example
White with #BBDB45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDB45; }
p { color: rgb(187,219,69); }
H1.HeaderClassName
{
color: #BBDB45;
}
.AnyTagClassName
{
color: #BBDB45;
}
</style>
background-color css
<style>
a { background-color: #BBDB45; }
a { background-color: rgb(187,219,69); }
div.DivClassName
{
background-color: #BBDB45;
}
.BgClassName
{
background-color: #BBDB45;
}
</style>
border-color css
<style>
span { border-color: #BBDB45; }
span { border-color: rgb(187,219,69); }
td.TdClassName
{
border-color: #BBDB45;
}
.TagClassName
{
border-color: #BBDB45;
}
</style>