Shades of Conifer #BBDD4B
Tints of Conifer #BBDD4B
RGB
CMYK
RGB Variations
Color information
#BBDD4B (or 0xBBDD4B) is known color: Conifer. HEX triplet: BB, DD and 4B. RGB value is (187,221,75). Sum of RGB (Red+Green+Blue) = 187+221+75=483 (63% of max value = 765). Red value is 187 (73.44% from 255 or 38.72% from 483); Green value is 221 (86.72% from 255 or 45.76% from 483); Blue value is 75 (29.69% from 255 or 15.53% from 483); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDD4B is #4422B4. Grayscale: #C2C2C2. Windows color (decimal): -4465333 or 4971963. OLE color: 4971963.
HSL color Cylindrical-coordinate representation of color #BBDD4B: hue angle of 73.97º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BBDD4B is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 75 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.13 |
| HSL | 73.97º | 0.68% | 0.58% | - |
| HSV(B) | 73.97º | 0.66% | 0.87% | - |
| XYZ | 47.62 | 62.79 | 16.27 | - |
| YUV | 194.19 | 60.74 | 122.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 75 | 0.15 | 0 | 0.66 | 0.13 | 73.97 | 0.68 | 0.58 |
| Hex | BB | DD | 4B | F | 0 | 42 | D | 4A | 44 | 3A |
| Octal | 273 | 335 | 113 | 17 | 0 | 102 | 15 | 112 | 104 | 72 |
| Binary | 10111011 | 11011101 | 1001011 | 1111 | 0 | 1000010 | 1101 | 1001010 | 1000100 | 111010 |
Color Harmonies of #BBDD4B
Complementary color
Monochromatic Colors of #BBDD4B
Black with #BBDD4B
Text Example
Text Example
White with #BBDD4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDD4B; }
p { color: rgb(187,221,75); }
H1.HeaderClassName
{
color: #BBDD4B;
}
.AnyTagClassName
{
color: #BBDD4B;
}
</style>
background-color css
<style>
a { background-color: #BBDD4B; }
a { background-color: rgb(187,221,75); }
div.DivClassName
{
background-color: #BBDD4B;
}
.BgClassName
{
background-color: #BBDD4B;
}
</style>
border-color css
<style>
span { border-color: #BBDD4B; }
span { border-color: rgb(187,221,75); }
td.TdClassName
{
border-color: #BBDD4B;
}
.TagClassName
{
border-color: #BBDD4B;
}
</style>