Shades of Conifer #BBDA54
Tints of Conifer #BBDA54
RGB
CMYK
RGB Variations
Color information
#BBDA54 (or 0xBBDA54) is known color: Conifer. HEX triplet: BB, DA and 54. RGB value is (187,218,84). Sum of RGB (Red+Green+Blue) = 187+218+84=489 (64% of max value = 765). Red value is 187 (73.44% from 255 or 38.24% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 84 (33.20% from 255 or 17.18% from 489); Max value from RGB is 218 - color contains mainly: green. Hex color #BBDA54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDA54 is #4425AB. Grayscale: #C1C1C1. Windows color (decimal): -4466092 or 5561019. OLE color: 5561019.
HSL color Cylindrical-coordinate representation of color #BBDA54: hue angle of 73.88º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BBDA54 is Cyan = 0.14, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 187 | 218 | 84 | - |
| CMYK | 0.14 | 0 | 0.61 | 0.15 |
| HSL | 73.88º | 0.64% | 0.59% | - |
| HSV(B) | 73.88º | 0.61% | 0.85% | - |
| XYZ | 47.17 | 61.35 | 17.74 | - |
| YUV | 193.46 | 66.23 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 218 | 84 | 0.14 | 0 | 0.61 | 0.15 | 73.88 | 0.64 | 0.59 |
| Hex | BB | DA | 54 | E | 0 | 3D | F | 4A | 40 | 3B |
| Octal | 273 | 332 | 124 | 16 | 0 | 75 | 17 | 112 | 100 | 73 |
| Binary | 10111011 | 11011010 | 1010100 | 1110 | 0 | 111101 | 1111 | 1001010 | 1000000 | 111011 |
Color Harmonies of #BBDA54
Complementary color
Monochromatic Colors of #BBDA54
Black with #BBDA54
Text Example
Text Example
White with #BBDA54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDA54; }
p { color: rgb(187,218,84); }
H1.HeaderClassName
{
color: #BBDA54;
}
.AnyTagClassName
{
color: #BBDA54;
}
</style>
background-color css
<style>
a { background-color: #BBDA54; }
a { background-color: rgb(187,218,84); }
div.DivClassName
{
background-color: #BBDA54;
}
.BgClassName
{
background-color: #BBDA54;
}
</style>
border-color css
<style>
span { border-color: #BBDA54; }
span { border-color: rgb(187,218,84); }
td.TdClassName
{
border-color: #BBDA54;
}
.TagClassName
{
border-color: #BBDA54;
}
</style>