Shades of Conifer #BBDC5D
Tints of Conifer #BBDC5D
RGB
CMYK
RGB Variations
Color information
#BBDC5D (or 0xBBDC5D) is known color: Conifer. HEX triplet: BB, DC and 5D. RGB value is (187,220,93). Sum of RGB (Red+Green+Blue) = 187+220+93=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 220 (86.33% from 255 or 44% from 500); Blue value is 93 (36.72% from 255 or 18.6% from 500); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDC5D is #4423A2. Grayscale: #C4C4C4. Windows color (decimal): -4465571 or 6151355. OLE color: 6151355.
HSL color Cylindrical-coordinate representation of color #BBDC5D: hue angle of 75.59º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BBDC5D is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 93 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.14 |
| HSL | 75.59º | 0.64% | 0.61% | - |
| HSV(B) | 75.59º | 0.58% | 0.86% | - |
| XYZ | 48.06 | 62.54 | 19.89 | - |
| YUV | 195.66 | 70.07 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 93 | 0.15 | 0 | 0.58 | 0.14 | 75.59 | 0.64 | 0.61 |
| Hex | BB | DC | 5D | F | 0 | 3A | E | 4C | 40 | 3D |
| Octal | 273 | 334 | 135 | 17 | 0 | 72 | 16 | 114 | 100 | 75 |
| Binary | 10111011 | 11011100 | 1011101 | 1111 | 0 | 111010 | 1110 | 1001100 | 1000000 | 111101 |
Color Harmonies of #BBDC5D
Complementary color
Monochromatic Colors of #BBDC5D
Black with #BBDC5D
Text Example
Text Example
White with #BBDC5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDC5D; }
p { color: rgb(187,220,93); }
H1.HeaderClassName
{
color: #BBDC5D;
}
.AnyTagClassName
{
color: #BBDC5D;
}
</style>
background-color css
<style>
a { background-color: #BBDC5D; }
a { background-color: rgb(187,220,93); }
div.DivClassName
{
background-color: #BBDC5D;
}
.BgClassName
{
background-color: #BBDC5D;
}
</style>
border-color css
<style>
span { border-color: #BBDC5D; }
span { border-color: rgb(187,220,93); }
td.TdClassName
{
border-color: #BBDC5D;
}
.TagClassName
{
border-color: #BBDC5D;
}
</style>