Shades of Conifer #B0E069
Tints of Conifer #B0E069
RGB
CMYK
RGB Variations
Color information
#B0E069 (or 0xB0E069) is known color: Conifer. HEX triplet: B0, E0 and 69. RGB value is (176,224,105). Sum of RGB (Red+Green+Blue) = 176+224+105=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 224 (87.89% from 255 or 44.36% from 505); Blue value is 105 (41.41% from 255 or 20.79% from 505); Max value from RGB is 224 - color contains mainly: green. Hex color #B0E069 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E069 is #4F1F96. Grayscale: #C4C4C4. Windows color (decimal): -5185431 or 6938800. OLE color: 6938800.
HSL color Cylindrical-coordinate representation of color #B0E069: hue angle of 84.2º 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 #B0E069 is Cyan = 0.21, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 176 | 224 | 105 | - |
| CMYK | 0.21 | 0 | 0.53 | 0.12 |
| HSL | 84.2º | 0.66% | 0.65% | - |
| HSV(B) | 84.2º | 0.53% | 0.88% | - |
| XYZ | 47.11 | 63.56 | 23.15 | - |
| YUV | 196.08 | 76.6 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 224 | 105 | 0.21 | 0 | 0.53 | 0.12 | 84.2 | 0.66 | 0.65 |
| Hex | B0 | E0 | 69 | 15 | 0 | 35 | C | 54 | 42 | 41 |
| Octal | 260 | 340 | 151 | 25 | 0 | 65 | 14 | 124 | 102 | 101 |
| Binary | 10110000 | 11100000 | 1101001 | 10101 | 0 | 110101 | 1100 | 1010100 | 1000010 | 1000001 |
Color Harmonies of #B0E069
Complementary color
Monochromatic Colors of #B0E069
Black with #B0E069
Text Example
Text Example
White with #B0E069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E069; }
p { color: rgb(176,224,105); }
H1.HeaderClassName
{
color: #B0E069;
}
.AnyTagClassName
{
color: #B0E069;
}
</style>
background-color css
<style>
a { background-color: #B0E069; }
a { background-color: rgb(176,224,105); }
div.DivClassName
{
background-color: #B0E069;
}
.BgClassName
{
background-color: #B0E069;
}
</style>
border-color css
<style>
span { border-color: #B0E069; }
span { border-color: rgb(176,224,105); }
td.TdClassName
{
border-color: #B0E069;
}
.TagClassName
{
border-color: #B0E069;
}
</style>