Shades of Conifer #BBDC55
Tints of Conifer #BBDC55
RGB
CMYK
RGB Variations
Color information
#BBDC55 (or 0xBBDC55) is known color: Conifer. HEX triplet: BB, DC and 55. RGB value is (187,220,85). Sum of RGB (Red+Green+Blue) = 187+220+85=492 (65% of max value = 765). Red value is 187 (73.44% from 255 or 38.01% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 85 (33.59% from 255 or 17.28% from 492); Max value from RGB is 220 - color contains mainly: green. Hex color #BBDC55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDC55 is #4423AA. Grayscale: #C3C3C3. Windows color (decimal): -4465579 or 5627067. OLE color: 5627067.
HSL color Cylindrical-coordinate representation of color #BBDC55: hue angle of 74.67º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BBDC55 is Cyan = 0.15, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 187 | 220 | 85 | - |
| CMYK | 0.15 | 0 | 0.61 | 0.14 |
| HSL | 74.67º | 0.66% | 0.6% | - |
| HSV(B) | 74.67º | 0.61% | 0.86% | - |
| XYZ | 47.73 | 62.41 | 18.12 | - |
| YUV | 194.74 | 66.07 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 220 | 85 | 0.15 | 0 | 0.61 | 0.14 | 74.67 | 0.66 | 0.6 |
| Hex | BB | DC | 55 | F | 0 | 3D | E | 4B | 42 | 3C |
| Octal | 273 | 334 | 125 | 17 | 0 | 75 | 16 | 113 | 102 | 74 |
| Binary | 10111011 | 11011100 | 1010101 | 1111 | 0 | 111101 | 1110 | 1001011 | 1000010 | 111100 |
Color Harmonies of #BBDC55
Complementary color
Monochromatic Colors of #BBDC55
Black with #BBDC55
Text Example
Text Example
White with #BBDC55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDC55; }
p { color: rgb(187,220,85); }
H1.HeaderClassName
{
color: #BBDC55;
}
.AnyTagClassName
{
color: #BBDC55;
}
</style>
background-color css
<style>
a { background-color: #BBDC55; }
a { background-color: rgb(187,220,85); }
div.DivClassName
{
background-color: #BBDC55;
}
.BgClassName
{
background-color: #BBDC55;
}
</style>
border-color css
<style>
span { border-color: #BBDC55; }
span { border-color: rgb(187,220,85); }
td.TdClassName
{
border-color: #BBDC55;
}
.TagClassName
{
border-color: #BBDC55;
}
</style>