Shades of Conifer #BBDF55
Tints of Conifer #BBDF55
RGB
CMYK
RGB Variations
Color information
#BBDF55 (or 0xBBDF55) is known color: Conifer. HEX triplet: BB, DF and 55. RGB value is (187,223,85). Sum of RGB (Red+Green+Blue) = 187+223+85=495 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.78% from 495); Green value is 223 (87.5% from 255 or 45.05% from 495); Blue value is 85 (33.59% from 255 or 17.17% from 495); Max value from RGB is 223 - color contains mainly: green. Hex color #BBDF55 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BBDF55 is #4420AA. Grayscale: #C5C5C5. Windows color (decimal): -4464811 or 5627835. OLE color: 5627835.
HSL color Cylindrical-coordinate representation of color #BBDF55: hue angle of 75.65º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BBDF55 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 187 | 223 | 85 | - |
| CMYK | 0.16 | 0 | 0.62 | 0.13 |
| HSL | 75.65º | 0.68% | 0.6% | - |
| HSV(B) | 75.65º | 0.62% | 0.87% | - |
| XYZ | 48.52 | 64 | 18.39 | - |
| YUV | 196.5 | 65.07 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 223 | 85 | 0.16 | 0 | 0.62 | 0.13 | 75.65 | 0.68 | 0.6 |
| Hex | BB | DF | 55 | 10 | 0 | 3E | D | 4C | 44 | 3C |
| Octal | 273 | 337 | 125 | 20 | 0 | 76 | 15 | 114 | 104 | 74 |
| Binary | 10111011 | 11011111 | 1010101 | 10000 | 0 | 111110 | 1101 | 1001100 | 1000100 | 111100 |
Color Harmonies of #BBDF55
Complementary color
Monochromatic Colors of #BBDF55
Black with #BBDF55
Text Example
Text Example
White with #BBDF55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBDF55; }
p { color: rgb(187,223,85); }
H1.HeaderClassName
{
color: #BBDF55;
}
.AnyTagClassName
{
color: #BBDF55;
}
</style>
background-color css
<style>
a { background-color: #BBDF55; }
a { background-color: rgb(187,223,85); }
div.DivClassName
{
background-color: #BBDF55;
}
.BgClassName
{
background-color: #BBDF55;
}
</style>
border-color css
<style>
span { border-color: #BBDF55; }
span { border-color: rgb(187,223,85); }
td.TdClassName
{
border-color: #BBDF55;
}
.TagClassName
{
border-color: #BBDF55;
}
</style>