Shades of Conifer #BBDA5B
Tints of Conifer #BBDA5B
RGB
CMYK
RGB Variations
Color information
#BBDA5B (or 0xBBDA5B) is known color: Conifer. HEX triplet: BB, DA and 5B. RGB value is (187,218,91). Sum of RGB (Red+Green+Blue) = 187+218+91=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 218 (85.55% from 255 or 43.95% from 496); Blue value is 91 (35.94% from 255 or 18.35% from 496); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA5B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDA5B is #4425A4. Grayscale: #C2C2C2. Windows color (decimal): -4466085 or 6019771. OLE color: 6019771.
HSL color Cylindrical-coordinate representation of color #BBDA5B: hue angle of 74.65º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BBDA5B is Cyan = 0.14, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 91 | - |
| CMYK | 0.14 | 0 | 0.58 | 0.15 |
| HSL | 74.65º | 0.63% | 0.61% | - |
| HSV(B) | 74.65º | 0.58% | 0.85% | - |
| XYZ | 47.45 | 61.46 | 19.26 | - |
| YUV | 194.25 | 69.73 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 91 | 0.14 | 0 | 0.58 | 0.15 | 74.65 | 0.63 | 0.61 |
| Hex | BB | DA | 5B | E | 0 | 3A | F | 4B | 3F | 3D |
| Octal | 273 | 332 | 133 | 16 | 0 | 72 | 17 | 113 | 77 | 75 |
| Binary | 10111011 | 11011010 | 1011011 | 1110 | 0 | 111010 | 1111 | 1001011 | 111111 | 111101 |
Color Harmonies of #BBDA5B
Complementary color
Monochromatic Colors of #BBDA5B
Black with #BBDA5B
Text Example
Text Example
White with #BBDA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA5B; }
p { color: rgb(187,218,91); }
H1.HeaderClassName
{
color: #BBDA5B;
}
.AnyTagClassName
{
color: #BBDA5B;
}
</style>
background-color css
<style>
a { background-color: #BBDA5B; }
a { background-color: rgb(187,218,91); }
div.DivClassName
{
background-color: #BBDA5B;
}
.BgClassName
{
background-color: #BBDA5B;
}
</style>
border-color css
<style>
span { border-color: #BBDA5B; }
span { border-color: rgb(187,218,91); }
td.TdClassName
{
border-color: #BBDA5B;
}
.TagClassName
{
border-color: #BBDA5B;
}
</style>