Shades of Conifer #B7E06A
Tints of Conifer #B7E06A
RGB
CMYK
RGB Variations
Color information
#B7E06A (or 0xB7E06A) is known color: Conifer. HEX triplet: B7, E0 and 6A. RGB value is (183,224,106). Sum of RGB (Red+Green+Blue) = 183+224+106=513 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.67% from 513); Green value is 224 (87.89% from 255 or 43.66% from 513); Blue value is 106 (41.80% from 255 or 20.66% from 513); Max value from RGB is 224 - color contains mainly: green. Hex color #B7E06A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7E06A is #481F95. Grayscale: #C6C6C6. Windows color (decimal): -4726678 or 7004343. OLE color: 7004343.
HSL color Cylindrical-coordinate representation of color #B7E06A: hue angle of 80.85º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #B7E06A is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 224 | 106 | - |
| CMYK | 0.18 | 0 | 0.53 | 0.12 |
| HSL | 80.85º | 0.66% | 0.65% | - |
| HSV(B) | 80.85º | 0.53% | 0.88% | - |
| XYZ | 48.79 | 64.42 | 23.5 | - |
| YUV | 198.29 | 75.92 | 117.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 224 | 106 | 0.18 | 0 | 0.53 | 0.12 | 80.85 | 0.66 | 0.65 |
| Hex | B7 | E0 | 6A | 12 | 0 | 35 | C | 51 | 42 | 41 |
| Octal | 267 | 340 | 152 | 22 | 0 | 65 | 14 | 121 | 102 | 101 |
| Binary | 10110111 | 11100000 | 1101010 | 10010 | 0 | 110101 | 1100 | 1010001 | 1000010 | 1000001 |
Color Harmonies of #B7E06A
Complementary color
Monochromatic Colors of #B7E06A
Black with #B7E06A
Text Example
Text Example
White with #B7E06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E06A; }
p { color: rgb(183,224,106); }
H1.HeaderClassName
{
color: #B7E06A;
}
.AnyTagClassName
{
color: #B7E06A;
}
</style>
background-color css
<style>
a { background-color: #B7E06A; }
a { background-color: rgb(183,224,106); }
div.DivClassName
{
background-color: #B7E06A;
}
.BgClassName
{
background-color: #B7E06A;
}
</style>
border-color css
<style>
span { border-color: #B7E06A; }
span { border-color: rgb(183,224,106); }
td.TdClassName
{
border-color: #B7E06A;
}
.TagClassName
{
border-color: #B7E06A;
}
</style>