Shades of Conifer #B2DB59
Tints of Conifer #B2DB59
RGB
CMYK
RGB Variations
Color information
#B2DB59 (or 0xB2DB59) is known color: Conifer. HEX triplet: B2, DB and 59. RGB value is (178,219,89). Sum of RGB (Red+Green+Blue) = 178+219+89=486 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.63% from 486); Green value is 219 (85.94% from 255 or 45.06% from 486); Blue value is 89 (35.16% from 255 or 18.31% from 486); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DB59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2DB59 is #4D24A6. Grayscale: #C0C0C0. Windows color (decimal): -5055655 or 5888946. OLE color: 5888946.
HSL color Cylindrical-coordinate representation of color #B2DB59: hue angle of 78.92º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B2DB59 is Cyan = 0.19, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 178 | 219 | 89 | - |
| CMYK | 0.19 | 0 | 0.59 | 0.14 |
| HSL | 78.92º | 0.64% | 0.6% | - |
| HSV(B) | 78.92º | 0.59% | 0.86% | - |
| XYZ | 45.49 | 60.85 | 18.8 | - |
| YUV | 191.92 | 69.92 | 118.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 219 | 89 | 0.19 | 0 | 0.59 | 0.14 | 78.92 | 0.64 | 0.6 |
| Hex | B2 | DB | 59 | 13 | 0 | 3B | E | 4F | 40 | 3C |
| Octal | 262 | 333 | 131 | 23 | 0 | 73 | 16 | 117 | 100 | 74 |
| Binary | 10110010 | 11011011 | 1011001 | 10011 | 0 | 111011 | 1110 | 1001111 | 1000000 | 111100 |
Color Harmonies of #B2DB59
Complementary color
Monochromatic Colors of #B2DB59
Black with #B2DB59
Text Example
Text Example
White with #B2DB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2DB59; }
p { color: rgb(178,219,89); }
H1.HeaderClassName
{
color: #B2DB59;
}
.AnyTagClassName
{
color: #B2DB59;
}
</style>
background-color css
<style>
a { background-color: #B2DB59; }
a { background-color: rgb(178,219,89); }
div.DivClassName
{
background-color: #B2DB59;
}
.BgClassName
{
background-color: #B2DB59;
}
</style>
border-color css
<style>
span { border-color: #B2DB59; }
span { border-color: rgb(178,219,89); }
td.TdClassName
{
border-color: #B2DB59;
}
.TagClassName
{
border-color: #B2DB59;
}
</style>