Shades of Conifer #BBDA47
Tints of Conifer #BBDA47
RGB
CMYK
RGB Variations
Color information
#BBDA47 (or 0xBBDA47) is known color: Conifer. HEX triplet: BB, DA and 47. RGB value is (187,218,71). Sum of RGB (Red+Green+Blue) = 187+218+71=476 (63% of max value = 765). Red value is 187 (73.44% from 255 or 39.29% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 71 (28.12% from 255 or 14.92% from 476); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA47 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BBDA47 is #4425B8. Grayscale: #C0C0C0. Windows color (decimal): -4466105 or 4709051. OLE color: 4709051.
HSL color Cylindrical-coordinate representation of color #BBDA47: hue angle of 72.65º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BBDA47 is Cyan = 0.14, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 71 | - |
| CMYK | 0.14 | 0 | 0.67 | 0.15 |
| HSL | 72.65º | 0.67% | 0.57% | - |
| HSV(B) | 72.65º | 0.67% | 0.85% | - |
| XYZ | 46.7 | 61.16 | 15.31 | - |
| YUV | 191.97 | 59.73 | 124.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 71 | 0.14 | 0 | 0.67 | 0.15 | 72.65 | 0.67 | 0.57 |
| Hex | BB | DA | 47 | E | 0 | 43 | F | 49 | 43 | 39 |
| Octal | 273 | 332 | 107 | 16 | 0 | 103 | 17 | 111 | 103 | 71 |
| Binary | 10111011 | 11011010 | 1000111 | 1110 | 0 | 1000011 | 1111 | 1001001 | 1000011 | 111001 |
Color Harmonies of #BBDA47
Complementary color
Monochromatic Colors of #BBDA47
Black with #BBDA47
Text Example
Text Example
White with #BBDA47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA47; }
p { color: rgb(187,218,71); }
H1.HeaderClassName
{
color: #BBDA47;
}
.AnyTagClassName
{
color: #BBDA47;
}
</style>
background-color css
<style>
a { background-color: #BBDA47; }
a { background-color: rgb(187,218,71); }
div.DivClassName
{
background-color: #BBDA47;
}
.BgClassName
{
background-color: #BBDA47;
}
</style>
border-color css
<style>
span { border-color: #BBDA47; }
span { border-color: rgb(187,218,71); }
td.TdClassName
{
border-color: #BBDA47;
}
.TagClassName
{
border-color: #BBDA47;
}
</style>