Shades of Conifer #BBDC57
Tints of Conifer #BBDC57
RGB
CMYK
RGB Variations
Color information
#BBDC57 (or 0xBBDC57) is known color: Conifer. HEX triplet: BB, DC and 57. RGB value is (187,220,87). Sum of RGB (Red+Green+Blue) = 187+220+87=494 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.85% from 494); Green value is 220 (86.33% from 255 or 44.53% from 494); Blue value is 87 (34.38% from 255 or 17.61% from 494); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDC57 is #4423A8. Grayscale: #C3C3C3. Windows color (decimal): -4465577 or 5758139. OLE color: 5758139.
HSL color Cylindrical-coordinate representation of color #BBDC57: hue angle of 74.89º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BBDC57 is Cyan = 0.15, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 87 | - |
| CMYK | 0.15 | 0 | 0.60 | 0.14 |
| HSL | 74.89º | 0.66% | 0.6% | - |
| HSV(B) | 74.89º | 0.6% | 0.86% | - |
| XYZ | 47.81 | 62.44 | 18.55 | - |
| YUV | 194.97 | 67.07 | 122.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 87 | 0.15 | 0 | 0.60 | 0.14 | 74.89 | 0.66 | 0.6 |
| Hex | BB | DC | 57 | F | 0 | 3C | E | 4B | 42 | 3C |
| Octal | 273 | 334 | 127 | 17 | 0 | 74 | 16 | 113 | 102 | 74 |
| Binary | 10111011 | 11011100 | 1010111 | 1111 | 0 | 111100 | 1110 | 1001011 | 1000010 | 111100 |
Color Harmonies of #BBDC57
Complementary color
Monochromatic Colors of #BBDC57
Black with #BBDC57
Text Example
Text Example
White with #BBDC57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDC57; }
p { color: rgb(187,220,87); }
H1.HeaderClassName
{
color: #BBDC57;
}
.AnyTagClassName
{
color: #BBDC57;
}
</style>
background-color css
<style>
a { background-color: #BBDC57; }
a { background-color: rgb(187,220,87); }
div.DivClassName
{
background-color: #BBDC57;
}
.BgClassName
{
background-color: #BBDC57;
}
</style>
border-color css
<style>
span { border-color: #BBDC57; }
span { border-color: rgb(187,220,87); }
td.TdClassName
{
border-color: #BBDC57;
}
.TagClassName
{
border-color: #BBDC57;
}
</style>