Shades of Conifer #BBDB4B
Tints of Conifer #BBDB4B
RGB
CMYK
RGB Variations
Color information
#BBDB4B (or 0xBBDB4B) is known color: Conifer. HEX triplet: BB, DB and 4B. RGB value is (187,219,75). Sum of RGB (Red+Green+Blue) = 187+219+75=481 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.88% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 75 (29.69% from 255 or 15.59% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDB4B is #4424B4. Grayscale: #C1C1C1. Windows color (decimal): -4465845 or 4971451. OLE color: 4971451.
HSL color Cylindrical-coordinate representation of color #BBDB4B: hue angle of 73.33º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBDB4B is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 75 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.14 |
| HSL | 73.33º | 0.67% | 0.58% | - |
| HSV(B) | 73.33º | 0.66% | 0.86% | - |
| XYZ | 47.1 | 61.74 | 16.09 | - |
| YUV | 193.02 | 61.4 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 75 | 0.15 | 0 | 0.66 | 0.14 | 73.33 | 0.67 | 0.58 |
| Hex | BB | DB | 4B | F | 0 | 42 | E | 49 | 43 | 3A |
| Octal | 273 | 333 | 113 | 17 | 0 | 102 | 16 | 111 | 103 | 72 |
| Binary | 10111011 | 11011011 | 1001011 | 1111 | 0 | 1000010 | 1110 | 1001001 | 1000011 | 111010 |
Color Harmonies of #BBDB4B
Complementary color
Monochromatic Colors of #BBDB4B
Black with #BBDB4B
Text Example
Text Example
White with #BBDB4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDB4B; }
p { color: rgb(187,219,75); }
H1.HeaderClassName
{
color: #BBDB4B;
}
.AnyTagClassName
{
color: #BBDB4B;
}
</style>
background-color css
<style>
a { background-color: #BBDB4B; }
a { background-color: rgb(187,219,75); }
div.DivClassName
{
background-color: #BBDB4B;
}
.BgClassName
{
background-color: #BBDB4B;
}
</style>
border-color css
<style>
span { border-color: #BBDB4B; }
span { border-color: rgb(187,219,75); }
td.TdClassName
{
border-color: #BBDB4B;
}
.TagClassName
{
border-color: #BBDB4B;
}
</style>