Shades of Conifer #B7E168
Tints of Conifer #B7E168
RGB
CMYK
RGB Variations
Color information
#B7E168 (or 0xB7E168) is known color: Conifer. HEX triplet: B7, E1 and 68. RGB value is (183,225,104). Sum of RGB (Red+Green+Blue) = 183+225+104=512 (67% of max value = 765). Red value is 183 (71.88% from 255 or 35.74% from 512); Green value is 225 (88.28% from 255 or 43.95% from 512); Blue value is 104 (41.02% from 255 or 20.31% from 512); Max value from RGB is 225 - color contains mainly: green. Hex color #B7E168 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7E168 is #481E97. Grayscale: #C7C7C7. Windows color (decimal): -4726424 or 6873527. OLE color: 6873527.
HSL color Cylindrical-coordinate representation of color #B7E168: hue angle of 80.83º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B7E168 is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 183 | 225 | 104 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.12 |
| HSL | 80.83º | 0.67% | 0.65% | - |
| HSV(B) | 80.83º | 0.54% | 0.88% | - |
| XYZ | 48.95 | 64.92 | 23.05 | - |
| YUV | 198.65 | 74.59 | 116.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 225 | 104 | 0.19 | 0 | 0.54 | 0.12 | 80.83 | 0.67 | 0.65 |
| Hex | B7 | E1 | 68 | 13 | 0 | 36 | C | 51 | 43 | 41 |
| Octal | 267 | 341 | 150 | 23 | 0 | 66 | 14 | 121 | 103 | 101 |
| Binary | 10110111 | 11100001 | 1101000 | 10011 | 0 | 110110 | 1100 | 1010001 | 1000011 | 1000001 |
Color Harmonies of #B7E168
Complementary color
Monochromatic Colors of #B7E168
Black with #B7E168
Text Example
Text Example
White with #B7E168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E168; }
p { color: rgb(183,225,104); }
H1.HeaderClassName
{
color: #B7E168;
}
.AnyTagClassName
{
color: #B7E168;
}
</style>
background-color css
<style>
a { background-color: #B7E168; }
a { background-color: rgb(183,225,104); }
div.DivClassName
{
background-color: #B7E168;
}
.BgClassName
{
background-color: #B7E168;
}
</style>
border-color css
<style>
span { border-color: #B7E168; }
span { border-color: rgb(183,225,104); }
td.TdClassName
{
border-color: #B7E168;
}
.TagClassName
{
border-color: #B7E168;
}
</style>