Shades of Conifer #BBDC54
Tints of Conifer #BBDC54
RGB
CMYK
RGB Variations
Color information
#BBDC54 (or 0xBBDC54) is known color: Conifer. HEX triplet: BB, DC and 54. RGB value is (187,220,84). Sum of RGB (Red+Green+Blue) = 187+220+84=491 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.09% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 84 (33.20% from 255 or 17.11% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC54 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDC54 is #4423AB. Grayscale: #C3C3C3. Windows color (decimal): -4465580 or 5561531. OLE color: 5561531.
HSL color Cylindrical-coordinate representation of color #BBDC54: hue angle of 74.56º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BBDC54 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 84 | - |
| CMYK | 0.15 | 0 | 0.62 | 0.14 |
| HSL | 74.56º | 0.66% | 0.6% | - |
| HSV(B) | 74.56º | 0.62% | 0.86% | - |
| XYZ | 47.69 | 62.39 | 17.92 | - |
| YUV | 194.63 | 65.57 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 84 | 0.15 | 0 | 0.62 | 0.14 | 74.56 | 0.66 | 0.6 |
| Hex | BB | DC | 54 | F | 0 | 3E | E | 4B | 42 | 3C |
| Octal | 273 | 334 | 124 | 17 | 0 | 76 | 16 | 113 | 102 | 74 |
| Binary | 10111011 | 11011100 | 1010100 | 1111 | 0 | 111110 | 1110 | 1001011 | 1000010 | 111100 |
Color Harmonies of #BBDC54
Complementary color
Monochromatic Colors of #BBDC54
Black with #BBDC54
Text Example
Text Example
White with #BBDC54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDC54; }
p { color: rgb(187,220,84); }
H1.HeaderClassName
{
color: #BBDC54;
}
.AnyTagClassName
{
color: #BBDC54;
}
</style>
background-color css
<style>
a { background-color: #BBDC54; }
a { background-color: rgb(187,220,84); }
div.DivClassName
{
background-color: #BBDC54;
}
.BgClassName
{
background-color: #BBDC54;
}
</style>
border-color css
<style>
span { border-color: #BBDC54; }
span { border-color: rgb(187,220,84); }
td.TdClassName
{
border-color: #BBDC54;
}
.TagClassName
{
border-color: #BBDC54;
}
</style>