Shades of Conifer #BBDA51
Tints of Conifer #BBDA51
RGB
CMYK
RGB Variations
Color information
#BBDA51 (or 0xBBDA51) is known color: Conifer. HEX triplet: BB, DA and 51. RGB value is (187,218,81). Sum of RGB (Red+Green+Blue) = 187+218+81=486 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.48% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 81 (32.03% from 255 or 16.67% from 486); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA51 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDA51 is #4425AE. Grayscale: #C1C1C1. Windows color (decimal): -4466095 or 5364411. OLE color: 5364411.
HSL color Cylindrical-coordinate representation of color #BBDA51: hue angle of 73.58º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BBDA51 is Cyan = 0.14, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 81 | - |
| CMYK | 0.14 | 0 | 0.63 | 0.15 |
| HSL | 73.58º | 0.65% | 0.59% | - |
| HSV(B) | 73.58º | 0.63% | 0.85% | - |
| XYZ | 47.05 | 61.3 | 17.14 | - |
| YUV | 193.11 | 64.73 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 81 | 0.14 | 0 | 0.63 | 0.15 | 73.58 | 0.65 | 0.59 |
| Hex | BB | DA | 51 | E | 0 | 3F | F | 4A | 41 | 3B |
| Octal | 273 | 332 | 121 | 16 | 0 | 77 | 17 | 112 | 101 | 73 |
| Binary | 10111011 | 11011010 | 1010001 | 1110 | 0 | 111111 | 1111 | 1001010 | 1000001 | 111011 |
Color Harmonies of #BBDA51
Complementary color
Monochromatic Colors of #BBDA51
Black with #BBDA51
Text Example
Text Example
White with #BBDA51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA51; }
p { color: rgb(187,218,81); }
H1.HeaderClassName
{
color: #BBDA51;
}
.AnyTagClassName
{
color: #BBDA51;
}
</style>
background-color css
<style>
a { background-color: #BBDA51; }
a { background-color: rgb(187,218,81); }
div.DivClassName
{
background-color: #BBDA51;
}
.BgClassName
{
background-color: #BBDA51;
}
</style>
border-color css
<style>
span { border-color: #BBDA51; }
span { border-color: rgb(187,218,81); }
td.TdClassName
{
border-color: #BBDA51;
}
.TagClassName
{
border-color: #BBDA51;
}
</style>