Shades of Conifer #BBDF56
Tints of Conifer #BBDF56
RGB
CMYK
RGB Variations
Color information
#BBDF56 (or 0xBBDF56) is known color: Conifer. HEX triplet: BB, DF and 56. RGB value is (187,223,86). Sum of RGB (Red+Green+Blue) = 187+223+86=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 223 (87.5% from 255 or 44.96% from 496); Blue value is 86 (33.98% from 255 or 17.34% from 496); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF56 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDF56 is #4420A9. Grayscale: #C5C5C5. Windows color (decimal): -4464810 or 5693371. OLE color: 5693371.
HSL color Cylindrical-coordinate representation of color #BBDF56: hue angle of 75.77º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BBDF56 is Cyan = 0.16, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 86 | - |
| CMYK | 0.16 | 0 | 0.61 | 0.13 |
| HSL | 75.77º | 0.68% | 0.61% | - |
| HSV(B) | 75.77º | 0.61% | 0.87% | - |
| XYZ | 48.56 | 64.01 | 18.6 | - |
| YUV | 196.62 | 65.57 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 86 | 0.16 | 0 | 0.61 | 0.13 | 75.77 | 0.68 | 0.61 |
| Hex | BB | DF | 56 | 10 | 0 | 3D | D | 4C | 44 | 3D |
| Octal | 273 | 337 | 126 | 20 | 0 | 75 | 15 | 114 | 104 | 75 |
| Binary | 10111011 | 11011111 | 1010110 | 10000 | 0 | 111101 | 1101 | 1001100 | 1000100 | 111101 |
Color Harmonies of #BBDF56
Complementary color
Monochromatic Colors of #BBDF56
Black with #BBDF56
Text Example
Text Example
White with #BBDF56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDF56; }
p { color: rgb(187,223,86); }
H1.HeaderClassName
{
color: #BBDF56;
}
.AnyTagClassName
{
color: #BBDF56;
}
</style>
background-color css
<style>
a { background-color: #BBDF56; }
a { background-color: rgb(187,223,86); }
div.DivClassName
{
background-color: #BBDF56;
}
.BgClassName
{
background-color: #BBDF56;
}
</style>
border-color css
<style>
span { border-color: #BBDF56; }
span { border-color: rgb(187,223,86); }
td.TdClassName
{
border-color: #BBDF56;
}
.TagClassName
{
border-color: #BBDF56;
}
</style>