Shades of Conifer #B0EA5A
Tints of Conifer #B0EA5A
RGB
CMYK
RGB Variations
Color information
#B0EA5A (or 0xB0EA5A) is known color: Conifer. HEX triplet: B0, EA and 5A. RGB value is (176,234,90). Sum of RGB (Red+Green+Blue) = 176+234+90=500 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.2% from 500); Green value is 234 (91.80% from 255 or 46.8% from 500); Blue value is 90 (35.55% from 255 or 18% from 500); Max value from RGB is 234 - color contains mainly: green. Hex color #B0EA5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0EA5A is #4F15A5. Grayscale: #C8C8C8. Windows color (decimal): -5182886 or 5958320. OLE color: 5958320.
HSL color Cylindrical-coordinate representation of color #B0EA5A: hue angle of 84.17º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B0EA5A is Cyan = 0.25, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 234 | 90 | - |
| CMYK | 0.25 | 0 | 0.62 | 0.08 |
| HSL | 84.17º | 0.77% | 0.64% | - |
| HSV(B) | 84.17º | 0.62% | 0.92% | - |
| XYZ | 49.17 | 68.81 | 20.36 | - |
| YUV | 200.24 | 65.78 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 234 | 90 | 0.25 | 0 | 0.62 | 0.08 | 84.17 | 0.77 | 0.64 |
| Hex | B0 | EA | 5A | 19 | 0 | 3E | 8 | 54 | 4D | 40 |
| Octal | 260 | 352 | 132 | 31 | 0 | 76 | 10 | 124 | 115 | 100 |
| Binary | 10110000 | 11101010 | 1011010 | 11001 | 0 | 111110 | 1000 | 1010100 | 1001101 | 1000000 |
Color Harmonies of #B0EA5A
Complementary color
Monochromatic Colors of #B0EA5A
Black with #B0EA5A
Text Example
Text Example
White with #B0EA5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EA5A; }
p { color: rgb(176,234,90); }
H1.HeaderClassName
{
color: #B0EA5A;
}
.AnyTagClassName
{
color: #B0EA5A;
}
</style>
background-color css
<style>
a { background-color: #B0EA5A; }
a { background-color: rgb(176,234,90); }
div.DivClassName
{
background-color: #B0EA5A;
}
.BgClassName
{
background-color: #B0EA5A;
}
</style>
border-color css
<style>
span { border-color: #B0EA5A; }
span { border-color: rgb(176,234,90); }
td.TdClassName
{
border-color: #B0EA5A;
}
.TagClassName
{
border-color: #B0EA5A;
}
</style>