Shades of Conifer #BBDC44
Tints of Conifer #BBDC44
RGB
CMYK
RGB Variations
Color information
#BBDC44 (or 0xBBDC44) is known color: Conifer. HEX triplet: BB, DC and 44. RGB value is (187,220,68). Sum of RGB (Red+Green+Blue) = 187+220+68=475 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.37% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 68 (26.95% from 255 or 14.32% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC44 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDC44 is #4423BB. Grayscale: #C1C1C1. Windows color (decimal): -4465596 or 4512955. OLE color: 4512955.
HSL color Cylindrical-coordinate representation of color #BBDC44: hue angle of 73.03º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BBDC44 is Cyan = 0.15, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 68 | - |
| CMYK | 0.15 | 0 | 0.69 | 0.14 |
| HSL | 73.03º | 0.68% | 0.56% | - |
| HSV(B) | 73.03º | 0.69% | 0.86% | - |
| XYZ | 47.13 | 62.17 | 14.98 | - |
| YUV | 192.81 | 57.57 | 123.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 68 | 0.15 | 0 | 0.69 | 0.14 | 73.03 | 0.68 | 0.56 |
| Hex | BB | DC | 44 | F | 0 | 45 | E | 49 | 44 | 38 |
| Octal | 273 | 334 | 104 | 17 | 0 | 105 | 16 | 111 | 104 | 70 |
| Binary | 10111011 | 11011100 | 1000100 | 1111 | 0 | 1000101 | 1110 | 1001001 | 1000100 | 111000 |
Color Harmonies of #BBDC44
Complementary color
Monochromatic Colors of #BBDC44
Black with #BBDC44
Text Example
Text Example
White with #BBDC44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDC44; }
p { color: rgb(187,220,68); }
H1.HeaderClassName
{
color: #BBDC44;
}
.AnyTagClassName
{
color: #BBDC44;
}
</style>
background-color css
<style>
a { background-color: #BBDC44; }
a { background-color: rgb(187,220,68); }
div.DivClassName
{
background-color: #BBDC44;
}
.BgClassName
{
background-color: #BBDC44;
}
</style>
border-color css
<style>
span { border-color: #BBDC44; }
span { border-color: rgb(187,220,68); }
td.TdClassName
{
border-color: #BBDC44;
}
.TagClassName
{
border-color: #BBDC44;
}
</style>