Shades of Conifer #B2E95A
Tints of Conifer #B2E95A
RGB
CMYK
RGB Variations
Color information
#B2E95A (or 0xB2E95A) is known color: Conifer. HEX triplet: B2, E9 and 5A. RGB value is (178,233,90). Sum of RGB (Red+Green+Blue) = 178+233+90=501 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.53% from 501); Green value is 233 (91.41% from 255 or 46.51% from 501); Blue value is 90 (35.55% from 255 or 17.96% from 501); Max value from RGB is 233 - color contains mainly: green. Hex color #B2E95A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B2E95A is #4D16A5. Grayscale: #C8C8C8. Windows color (decimal): -5052070 or 5958066. OLE color: 5958066.
HSL color Cylindrical-coordinate representation of color #B2E95A: hue angle of 83.08º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B2E95A is Cyan = 0.24, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 178 | 233 | 90 | - |
| CMYK | 0.24 | 0 | 0.61 | 0.09 |
| HSL | 83.08º | 0.76% | 0.63% | - |
| HSV(B) | 83.08º | 0.61% | 0.91% | - |
| XYZ | 49.34 | 68.48 | 20.29 | - |
| YUV | 200.25 | 65.78 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 233 | 90 | 0.24 | 0 | 0.61 | 0.09 | 83.08 | 0.76 | 0.63 |
| Hex | B2 | E9 | 5A | 18 | 0 | 3D | 9 | 53 | 4C | 3F |
| Octal | 262 | 351 | 132 | 30 | 0 | 75 | 11 | 123 | 114 | 77 |
| Binary | 10110010 | 11101001 | 1011010 | 11000 | 0 | 111101 | 1001 | 1010011 | 1001100 | 111111 |
Color Harmonies of #B2E95A
Complementary color
Monochromatic Colors of #B2E95A
Black with #B2E95A
Text Example
Text Example
White with #B2E95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2E95A; }
p { color: rgb(178,233,90); }
H1.HeaderClassName
{
color: #B2E95A;
}
.AnyTagClassName
{
color: #B2E95A;
}
</style>
background-color css
<style>
a { background-color: #B2E95A; }
a { background-color: rgb(178,233,90); }
div.DivClassName
{
background-color: #B2E95A;
}
.BgClassName
{
background-color: #B2E95A;
}
</style>
border-color css
<style>
span { border-color: #B2E95A; }
span { border-color: rgb(178,233,90); }
td.TdClassName
{
border-color: #B2E95A;
}
.TagClassName
{
border-color: #B2E95A;
}
</style>