Shades of Conifer #B7E26A
Tints of Conifer #B7E26A
RGB
CMYK
RGB Variations
Color information
#B7E26A (or 0xB7E26A) is known color: Conifer. HEX triplet: B7, E2 and 6A. RGB value is (183,226,106). Sum of RGB (Red+Green+Blue) = 183+226+106=515 (68% of max value = 765). Red value is 183 (71.88% from 255 or 35.53% from 515); Green value is 226 (88.67% from 255 or 43.88% from 515); Blue value is 106 (41.80% from 255 or 20.58% from 515); Max value from RGB is 226 - color contains mainly: green. Hex color #B7E26A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7E26A is #481D95. Grayscale: #C7C7C7. Windows color (decimal): -4726166 or 7004855. OLE color: 7004855.
HSL color Cylindrical-coordinate representation of color #B7E26A: hue angle of 81.5º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B7E26A is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 183 | 226 | 106 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.11 |
| HSL | 81.5º | 0.67% | 0.65% | - |
| HSV(B) | 81.5º | 0.53% | 0.89% | - |
| XYZ | 49.33 | 65.5 | 23.68 | - |
| YUV | 199.46 | 75.25 | 116.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 226 | 106 | 0.19 | 0 | 0.53 | 0.11 | 81.5 | 0.67 | 0.65 |
| Hex | B7 | E2 | 6A | 13 | 0 | 35 | B | 52 | 43 | 41 |
| Octal | 267 | 342 | 152 | 23 | 0 | 65 | 13 | 122 | 103 | 101 |
| Binary | 10110111 | 11100010 | 1101010 | 10011 | 0 | 110101 | 1011 | 1010010 | 1000011 | 1000001 |
Color Harmonies of #B7E26A
Complementary color
Monochromatic Colors of #B7E26A
Black with #B7E26A
Text Example
Text Example
White with #B7E26A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E26A; }
p { color: rgb(183,226,106); }
H1.HeaderClassName
{
color: #B7E26A;
}
.AnyTagClassName
{
color: #B7E26A;
}
</style>
background-color css
<style>
a { background-color: #B7E26A; }
a { background-color: rgb(183,226,106); }
div.DivClassName
{
background-color: #B7E26A;
}
.BgClassName
{
background-color: #B7E26A;
}
</style>
border-color css
<style>
span { border-color: #B7E26A; }
span { border-color: rgb(183,226,106); }
td.TdClassName
{
border-color: #B7E26A;
}
.TagClassName
{
border-color: #B7E26A;
}
</style>