Shades of Conifer #B0E267
Tints of Conifer #B0E267
RGB
CMYK
RGB Variations
Color information
#B0E267 (or 0xB0E267) is known color: Conifer. HEX triplet: B0, E2 and 67. RGB value is (176,226,103). Sum of RGB (Red+Green+Blue) = 176+226+103=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 226 (88.67% from 255 or 44.75% from 505); Blue value is 103 (40.62% from 255 or 20.40% from 505); Max value from RGB is 226 - color contains mainly: green. Hex color #B0E267 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B0E267 is #4F1D98. Grayscale: #C5C5C5. Windows color (decimal): -5184921 or 6808240. OLE color: 6808240.
HSL color Cylindrical-coordinate representation of color #B0E267: hue angle of 84.39º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B0E267 is Cyan = 0.22, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 176 | 226 | 103 | - |
| CMYK | 0.22 | 0 | 0.54 | 0.11 |
| HSL | 84.39º | 0.68% | 0.65% | - |
| HSV(B) | 84.39º | 0.54% | 0.89% | - |
| XYZ | 47.55 | 64.6 | 22.8 | - |
| YUV | 197.03 | 74.94 | 113 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 226 | 103 | 0.22 | 0 | 0.54 | 0.11 | 84.39 | 0.68 | 0.65 |
| Hex | B0 | E2 | 67 | 16 | 0 | 36 | B | 54 | 44 | 41 |
| Octal | 260 | 342 | 147 | 26 | 0 | 66 | 13 | 124 | 104 | 101 |
| Binary | 10110000 | 11100010 | 1100111 | 10110 | 0 | 110110 | 1011 | 1010100 | 1000100 | 1000001 |
Color Harmonies of #B0E267
Complementary color
Monochromatic Colors of #B0E267
Black with #B0E267
Text Example
Text Example
White with #B0E267
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0E267; }
p { color: rgb(176,226,103); }
H1.HeaderClassName
{
color: #B0E267;
}
.AnyTagClassName
{
color: #B0E267;
}
</style>
background-color css
<style>
a { background-color: #B0E267; }
a { background-color: rgb(176,226,103); }
div.DivClassName
{
background-color: #B0E267;
}
.BgClassName
{
background-color: #B0E267;
}
</style>
border-color css
<style>
span { border-color: #B0E267; }
span { border-color: rgb(176,226,103); }
td.TdClassName
{
border-color: #B0E267;
}
.TagClassName
{
border-color: #B0E267;
}
</style>