Shades of Conifer #B7E95A
Tints of Conifer #B7E95A
RGB
CMYK
RGB Variations
Color information
#B7E95A (or 0xB7E95A) is known color: Conifer. HEX triplet: B7, E9 and 5A. RGB value is (183,233,90). Sum of RGB (Red+Green+Blue) = 183+233+90=506 (67% of max value = 765). Red value is 183 (71.88% from 255 or 36.17% from 506); Green value is 233 (91.41% from 255 or 46.05% from 506); Blue value is 90 (35.55% from 255 or 17.79% from 506); Max value from RGB is 233 - color contains mainly: green. Hex color #B7E95A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #B7E95A is #4816A5. Grayscale: #CACACA. Windows color (decimal): -4724390 or 5958071. OLE color: 5958071.
HSL color Cylindrical-coordinate representation of color #B7E95A: hue angle of 80.98º 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 #B7E95A is Cyan = 0.21, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 183 | 233 | 90 | - |
| CMYK | 0.21 | 0 | 0.61 | 0.09 |
| HSL | 80.98º | 0.76% | 0.63% | - |
| HSV(B) | 80.98º | 0.61% | 0.91% | - |
| XYZ | 50.51 | 69.08 | 20.34 | - |
| YUV | 201.75 | 64.94 | 114.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 233 | 90 | 0.21 | 0 | 0.61 | 0.09 | 80.98 | 0.76 | 0.63 |
| Hex | B7 | E9 | 5A | 15 | 0 | 3D | 9 | 51 | 4C | 3F |
| Octal | 267 | 351 | 132 | 25 | 0 | 75 | 11 | 121 | 114 | 77 |
| Binary | 10110111 | 11101001 | 1011010 | 10101 | 0 | 111101 | 1001 | 1010001 | 1001100 | 111111 |
Color Harmonies of #B7E95A
Complementary color
Monochromatic Colors of #B7E95A
Black with #B7E95A
Text Example
Text Example
White with #B7E95A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E95A; }
p { color: rgb(183,233,90); }
H1.HeaderClassName
{
color: #B7E95A;
}
.AnyTagClassName
{
color: #B7E95A;
}
</style>
background-color css
<style>
a { background-color: #B7E95A; }
a { background-color: rgb(183,233,90); }
div.DivClassName
{
background-color: #B7E95A;
}
.BgClassName
{
background-color: #B7E95A;
}
</style>
border-color css
<style>
span { border-color: #B7E95A; }
span { border-color: rgb(183,233,90); }
td.TdClassName
{
border-color: #B7E95A;
}
.TagClassName
{
border-color: #B7E95A;
}
</style>