Shades of Conifer #B0EA5C
Tints of Conifer #B0EA5C
RGB
CMYK
RGB Variations
Color information
#B0EA5C (or 0xB0EA5C) is known color: Conifer. HEX triplet: B0, EA and 5C. RGB value is (176,234,92). Sum of RGB (Red+Green+Blue) = 176+234+92=502 (66% of max value = 765). Red value is 176 (69.14% from 255 or 35.06% from 502); Green value is 234 (91.80% from 255 or 46.61% from 502); Blue value is 92 (36.33% from 255 or 18.33% from 502); Max value from RGB is 234 - color contains mainly: green. Hex color #B0EA5C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #B0EA5C is #4F15A3. Grayscale: #C8C8C8. Windows color (decimal): -5182884 or 6089392. OLE color: 6089392.
HSL color Cylindrical-coordinate representation of color #B0EA5C: hue angle of 84.51º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B0EA5C is Cyan = 0.25, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 176 | 234 | 92 | - |
| CMYK | 0.25 | 0 | 0.61 | 0.08 |
| HSL | 84.51º | 0.77% | 0.64% | - |
| HSV(B) | 84.51º | 0.61% | 0.92% | - |
| XYZ | 49.26 | 68.85 | 20.82 | - |
| YUV | 200.47 | 66.78 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 234 | 92 | 0.25 | 0 | 0.61 | 0.08 | 84.51 | 0.77 | 0.64 |
| Hex | B0 | EA | 5C | 19 | 0 | 3D | 8 | 55 | 4D | 40 |
| Octal | 260 | 352 | 134 | 31 | 0 | 75 | 10 | 125 | 115 | 100 |
| Binary | 10110000 | 11101010 | 1011100 | 11001 | 0 | 111101 | 1000 | 1010101 | 1001101 | 1000000 |
Color Harmonies of #B0EA5C
Complementary color
Monochromatic Colors of #B0EA5C
Black with #B0EA5C
Text Example
Text Example
White with #B0EA5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EA5C; }
p { color: rgb(176,234,92); }
H1.HeaderClassName
{
color: #B0EA5C;
}
.AnyTagClassName
{
color: #B0EA5C;
}
</style>
background-color css
<style>
a { background-color: #B0EA5C; }
a { background-color: rgb(176,234,92); }
div.DivClassName
{
background-color: #B0EA5C;
}
.BgClassName
{
background-color: #B0EA5C;
}
</style>
border-color css
<style>
span { border-color: #B0EA5C; }
span { border-color: rgb(176,234,92); }
td.TdClassName
{
border-color: #B0EA5C;
}
.TagClassName
{
border-color: #B0EA5C;
}
</style>