Shades of Conifer #B2DB63
Tints of Conifer #B2DB63
RGB
CMYK
RGB Variations
Color information
#B2DB63 (or 0xB2DB63) is known color: Conifer. HEX triplet: B2, DB and 63. RGB value is (178,219,99). Sum of RGB (Red+Green+Blue) = 178+219+99=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 99 (39.06% from 255 or 19.96% from 496); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB63 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DB63 is #4D249C. Grayscale: #C1C1C1. Windows color (decimal): -5055645 or 6544306. OLE color: 6544306.
HSL color Cylindrical-coordinate representation of color #B2DB63: hue angle of 80.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B2DB63 is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 219 | 99 | - |
| CMYK | 0.19 | 0 | 0.55 | 0.14 |
| HSL | 80.5º | 0.63% | 0.62% | - |
| HSV(B) | 80.5º | 0.55% | 0.86% | - |
| XYZ | 45.94 | 61.03 | 21.16 | - |
| YUV | 193.06 | 74.92 | 117.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 219 | 99 | 0.19 | 0 | 0.55 | 0.14 | 80.5 | 0.63 | 0.62 |
| Hex | B2 | DB | 63 | 13 | 0 | 37 | E | 50 | 3E | 3E |
| Octal | 262 | 333 | 143 | 23 | 0 | 67 | 16 | 120 | 76 | 76 |
| Binary | 10110010 | 11011011 | 1100011 | 10011 | 0 | 110111 | 1110 | 1010000 | 111110 | 111110 |
Color Harmonies of #B2DB63
Complementary color
Monochromatic Colors of #B2DB63
Black with #B2DB63
Text Example
Text Example
White with #B2DB63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DB63; }
p { color: rgb(178,219,99); }
H1.HeaderClassName
{
color: #B2DB63;
}
.AnyTagClassName
{
color: #B2DB63;
}
</style>
background-color css
<style>
a { background-color: #B2DB63; }
a { background-color: rgb(178,219,99); }
div.DivClassName
{
background-color: #B2DB63;
}
.BgClassName
{
background-color: #B2DB63;
}
</style>
border-color css
<style>
span { border-color: #B2DB63; }
span { border-color: rgb(178,219,99); }
td.TdClassName
{
border-color: #B2DB63;
}
.TagClassName
{
border-color: #B2DB63;
}
</style>