Shades of Conifer #BBDA61
Tints of Conifer #BBDA61
RGB
CMYK
RGB Variations
Color information
#BBDA61 (or 0xBBDA61) is known color: Conifer. HEX triplet: BB, DA and 61. RGB value is (187,218,97). Sum of RGB (Red+Green+Blue) = 187+218+97=502 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.25% from 502); Green value is 218 (85.55% from 255 or 43.43% from 502); Blue value is 97 (38.28% from 255 or 19.32% from 502); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDA61 is #44259E. Grayscale: #C3C3C3. Windows color (decimal): -4466079 or 6412987. OLE color: 6412987.
HSL color Cylindrical-coordinate representation of color #BBDA61: hue angle of 75.37º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BBDA61 is Cyan = 0.14, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 97 | - |
| CMYK | 0.14 | 0 | 0.56 | 0.15 |
| HSL | 75.37º | 0.62% | 0.62% | - |
| HSV(B) | 75.37º | 0.56% | 0.85% | - |
| XYZ | 47.72 | 61.57 | 20.68 | - |
| YUV | 194.94 | 72.73 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 97 | 0.14 | 0 | 0.56 | 0.15 | 75.37 | 0.62 | 0.62 |
| Hex | BB | DA | 61 | E | 0 | 38 | F | 4B | 3E | 3E |
| Octal | 273 | 332 | 141 | 16 | 0 | 70 | 17 | 113 | 76 | 76 |
| Binary | 10111011 | 11011010 | 1100001 | 1110 | 0 | 111000 | 1111 | 1001011 | 111110 | 111110 |
Color Harmonies of #BBDA61
Complementary color
Monochromatic Colors of #BBDA61
Black with #BBDA61
Text Example
Text Example
White with #BBDA61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA61; }
p { color: rgb(187,218,97); }
H1.HeaderClassName
{
color: #BBDA61;
}
.AnyTagClassName
{
color: #BBDA61;
}
</style>
background-color css
<style>
a { background-color: #BBDA61; }
a { background-color: rgb(187,218,97); }
div.DivClassName
{
background-color: #BBDA61;
}
.BgClassName
{
background-color: #BBDA61;
}
</style>
border-color css
<style>
span { border-color: #BBDA61; }
span { border-color: rgb(187,218,97); }
td.TdClassName
{
border-color: #BBDA61;
}
.TagClassName
{
border-color: #BBDA61;
}
</style>