Shades of Conifer #B2D25A
Tints of Conifer #B2D25A
RGB
CMYK
RGB Variations
Color information
#B2D25A (or 0xB2D25A) is known color: Conifer. HEX triplet: B2, D2 and 5A. RGB value is (178,210,90). Sum of RGB (Red+Green+Blue) = 178+210+90=478 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.24% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 90 (35.55% from 255 or 18.83% from 478); Max value from RGB is 210 - color contains mainly: green. Hex color #B2D25A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2D25A is #4D2DA5. Grayscale: #BBBBBB. Windows color (decimal): -5057958 or 5952178. OLE color: 5952178.
HSL color Cylindrical-coordinate representation of color #B2D25A: hue angle of 76º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B2D25A is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 178 | 210 | 90 | - |
| CMYK | 0.15 | 0 | 0.57 | 0.18 |
| HSL | 76º | 0.57% | 0.59% | - |
| HSV(B) | 76º | 0.57% | 0.82% | - |
| XYZ | 43.25 | 56.3 | 18.26 | - |
| YUV | 186.75 | 73.4 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 210 | 90 | 0.15 | 0 | 0.57 | 0.18 | 76 | 0.57 | 0.59 |
| Hex | B2 | D2 | 5A | F | 0 | 39 | 12 | 4C | 39 | 3B |
| Octal | 262 | 322 | 132 | 17 | 0 | 71 | 22 | 114 | 71 | 73 |
| Binary | 10110010 | 11010010 | 1011010 | 1111 | 0 | 111001 | 10010 | 1001100 | 111001 | 111011 |
Color Harmonies of #B2D25A
Complementary color
Monochromatic Colors of #B2D25A
Black with #B2D25A
Text Example
Text Example
White with #B2D25A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2D25A; }
p { color: rgb(178,210,90); }
H1.HeaderClassName
{
color: #B2D25A;
}
.AnyTagClassName
{
color: #B2D25A;
}
</style>
background-color css
<style>
a { background-color: #B2D25A; }
a { background-color: rgb(178,210,90); }
div.DivClassName
{
background-color: #B2D25A;
}
.BgClassName
{
background-color: #B2D25A;
}
</style>
border-color css
<style>
span { border-color: #B2D25A; }
span { border-color: rgb(178,210,90); }
td.TdClassName
{
border-color: #B2D25A;
}
.TagClassName
{
border-color: #B2D25A;
}
</style>