Shades of Conifer #BBDA5A
Tints of Conifer #BBDA5A
RGB
CMYK
RGB Variations
Color information
#BBDA5A (or 0xBBDA5A) is known color: Conifer. HEX triplet: BB, DA and 5A. RGB value is (187,218,90). Sum of RGB (Red+Green+Blue) = 187+218+90=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 90 (35.55% from 255 or 18.18% from 495); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA5A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDA5A is #4425A5. Grayscale: #C2C2C2. Windows color (decimal): -4466086 or 5954235. OLE color: 5954235.
HSL color Cylindrical-coordinate representation of color #BBDA5A: hue angle of 74.53º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BBDA5A is Cyan = 0.14, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 90 | - |
| CMYK | 0.14 | 0 | 0.59 | 0.15 |
| HSL | 74.53º | 0.63% | 0.6% | - |
| HSV(B) | 74.53º | 0.59% | 0.85% | - |
| XYZ | 47.41 | 61.45 | 19.03 | - |
| YUV | 194.14 | 69.23 | 122.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 90 | 0.14 | 0 | 0.59 | 0.15 | 74.53 | 0.63 | 0.6 |
| Hex | BB | DA | 5A | E | 0 | 3B | F | 4B | 3F | 3C |
| Octal | 273 | 332 | 132 | 16 | 0 | 73 | 17 | 113 | 77 | 74 |
| Binary | 10111011 | 11011010 | 1011010 | 1110 | 0 | 111011 | 1111 | 1001011 | 111111 | 111100 |
Color Harmonies of #BBDA5A
Complementary color
Monochromatic Colors of #BBDA5A
Black with #BBDA5A
Text Example
Text Example
White with #BBDA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA5A; }
p { color: rgb(187,218,90); }
H1.HeaderClassName
{
color: #BBDA5A;
}
.AnyTagClassName
{
color: #BBDA5A;
}
</style>
background-color css
<style>
a { background-color: #BBDA5A; }
a { background-color: rgb(187,218,90); }
div.DivClassName
{
background-color: #BBDA5A;
}
.BgClassName
{
background-color: #BBDA5A;
}
</style>
border-color css
<style>
span { border-color: #BBDA5A; }
span { border-color: rgb(187,218,90); }
td.TdClassName
{
border-color: #BBDA5A;
}
.TagClassName
{
border-color: #BBDA5A;
}
</style>