Shades of Conifer #BBDB5D
Tints of Conifer #BBDB5D
RGB
CMYK
RGB Variations
Color information
#BBDB5D (or 0xBBDB5D) is known color: Conifer. HEX triplet: BB, DB and 5D. RGB value is (187,219,93). Sum of RGB (Red+Green+Blue) = 187+219+93=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 93 (36.72% from 255 or 18.64% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #BBDB5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDB5D is #4424A2. Grayscale: #C3C3C3. Windows color (decimal): -4465827 or 6151099. OLE color: 6151099.
HSL color Cylindrical-coordinate representation of color #BBDB5D: hue angle of 75.24º 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 #BBDB5D is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 219 | 93 | - |
| CMYK | 0.15 | 0 | 0.58 | 0.14 |
| HSL | 75.24º | 0.64% | 0.61% | - |
| HSV(B) | 75.24º | 0.58% | 0.86% | - |
| XYZ | 47.8 | 62.02 | 19.81 | - |
| YUV | 195.07 | 70.4 | 122.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 219 | 93 | 0.15 | 0 | 0.58 | 0.14 | 75.24 | 0.64 | 0.61 |
| Hex | BB | DB | 5D | F | 0 | 3A | E | 4B | 40 | 3D |
| Octal | 273 | 333 | 135 | 17 | 0 | 72 | 16 | 113 | 100 | 75 |
| Binary | 10111011 | 11011011 | 1011101 | 1111 | 0 | 111010 | 1110 | 1001011 | 1000000 | 111101 |
Color Harmonies of #BBDB5D
Complementary color
Monochromatic Colors of #BBDB5D
Black with #BBDB5D
Text Example
Text Example
White with #BBDB5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDB5D; }
p { color: rgb(187,219,93); }
H1.HeaderClassName
{
color: #BBDB5D;
}
.AnyTagClassName
{
color: #BBDB5D;
}
</style>
background-color css
<style>
a { background-color: #BBDB5D; }
a { background-color: rgb(187,219,93); }
div.DivClassName
{
background-color: #BBDB5D;
}
.BgClassName
{
background-color: #BBDB5D;
}
</style>
border-color css
<style>
span { border-color: #BBDB5D; }
span { border-color: rgb(187,219,93); }
td.TdClassName
{
border-color: #BBDB5D;
}
.TagClassName
{
border-color: #BBDB5D;
}
</style>