Shades of Conifer #BBDD4C
Tints of Conifer #BBDD4C
RGB
CMYK
RGB Variations
Color information
#BBDD4C (or 0xBBDD4C) is known color: Conifer. HEX triplet: BB, DD and 4C. RGB value is (187,221,76). Sum of RGB (Red+Green+Blue) = 187+221+76=484 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.64% from 484); Green value is 221 (86.72% from 255 or 45.66% from 484); Blue value is 76 (30.08% from 255 or 15.70% from 484); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDD4C is #4422B3. Grayscale: #C2C2C2. Windows color (decimal): -4465332 or 5037499. OLE color: 5037499.
HSL color Cylindrical-coordinate representation of color #BBDD4C: hue angle of 74.07º 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 #BBDD4C is Cyan = 0.15, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 76 | - |
| CMYK | 0.15 | 0 | 0.66 | 0.13 |
| HSL | 74.07º | 0.68% | 0.58% | - |
| HSV(B) | 74.07º | 0.66% | 0.87% | - |
| XYZ | 47.65 | 62.8 | 16.45 | - |
| YUV | 194.3 | 61.24 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 76 | 0.15 | 0 | 0.66 | 0.13 | 74.07 | 0.68 | 0.58 |
| Hex | BB | DD | 4C | F | 0 | 42 | D | 4A | 44 | 3A |
| Octal | 273 | 335 | 114 | 17 | 0 | 102 | 15 | 112 | 104 | 72 |
| Binary | 10111011 | 11011101 | 1001100 | 1111 | 0 | 1000010 | 1101 | 1001010 | 1000100 | 111010 |
Color Harmonies of #BBDD4C
Complementary color
Monochromatic Colors of #BBDD4C
Black with #BBDD4C
Text Example
Text Example
White with #BBDD4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDD4C; }
p { color: rgb(187,221,76); }
H1.HeaderClassName
{
color: #BBDD4C;
}
.AnyTagClassName
{
color: #BBDD4C;
}
</style>
background-color css
<style>
a { background-color: #BBDD4C; }
a { background-color: rgb(187,221,76); }
div.DivClassName
{
background-color: #BBDD4C;
}
.BgClassName
{
background-color: #BBDD4C;
}
</style>
border-color css
<style>
span { border-color: #BBDD4C; }
span { border-color: rgb(187,221,76); }
td.TdClassName
{
border-color: #BBDD4C;
}
.TagClassName
{
border-color: #BBDD4C;
}
</style>