Shades of Conifer #BBDD5C
Tints of Conifer #BBDD5C
RGB
CMYK
RGB Variations
Color information
#BBDD5C (or 0xBBDD5C) is known color: Conifer. HEX triplet: BB, DD and 5C. RGB value is (187,221,92). Sum of RGB (Red+Green+Blue) = 187+221+92=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 92 (36.33% from 255 or 18.4% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #BBDD5C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDD5C is #4422A3. Grayscale: #C4C4C4. Windows color (decimal): -4465316 or 6086075. OLE color: 6086075.
HSL color Cylindrical-coordinate representation of color #BBDD5C: hue angle of 75.81º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BBDD5C is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 221 | 92 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.13 |
| HSL | 75.81º | 0.65% | 0.61% | - |
| HSV(B) | 75.81º | 0.58% | 0.87% | - |
| XYZ | 48.28 | 63.05 | 19.75 | - |
| YUV | 196.13 | 69.24 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 221 | 92 | 0.15 | 0 | 0.58 | 0.13 | 75.81 | 0.65 | 0.61 |
| Hex | BB | DD | 5C | F | 0 | 3A | D | 4C | 41 | 3D |
| Octal | 273 | 335 | 134 | 17 | 0 | 72 | 15 | 114 | 101 | 75 |
| Binary | 10111011 | 11011101 | 1011100 | 1111 | 0 | 111010 | 1101 | 1001100 | 1000001 | 111101 |
Color Harmonies of #BBDD5C
Complementary color
Monochromatic Colors of #BBDD5C
Black with #BBDD5C
Text Example
Text Example
White with #BBDD5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDD5C; }
p { color: rgb(187,221,92); }
H1.HeaderClassName
{
color: #BBDD5C;
}
.AnyTagClassName
{
color: #BBDD5C;
}
</style>
background-color css
<style>
a { background-color: #BBDD5C; }
a { background-color: rgb(187,221,92); }
div.DivClassName
{
background-color: #BBDD5C;
}
.BgClassName
{
background-color: #BBDD5C;
}
</style>
border-color css
<style>
span { border-color: #BBDD5C; }
span { border-color: rgb(187,221,92); }
td.TdClassName
{
border-color: #BBDD5C;
}
.TagClassName
{
border-color: #BBDD5C;
}
</style>