Shades of Conifer #B4E26B
Tints of Conifer #B4E26B
RGB
CMYK
RGB Variations
Color information
#B4E26B (or 0xB4E26B) is known color: Conifer. HEX triplet: B4, E2 and 6B. RGB value is (180,226,107). Sum of RGB (Red+Green+Blue) = 180+226+107=513 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.09% from 513); Green value is 226 (88.67% from 255 or 44.05% from 513); Blue value is 107 (42.19% from 255 or 20.86% from 513); Max value from RGB is 226 - color contains mainly: green. Hex color #B4E26B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B4E26B is #4B1D94. Grayscale: #C7C7C7. Windows color (decimal): -4922773 or 7070388. OLE color: 7070388.
HSL color Cylindrical-coordinate representation of color #B4E26B: hue angle of 83.19º 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 #B4E26B is Cyan = 0.20, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 180 | 226 | 107 | - |
| CMYK | 0.20 | 0 | 0.53 | 0.11 |
| HSL | 83.19º | 0.67% | 0.65% | - |
| HSV(B) | 83.19º | 0.53% | 0.89% | - |
| XYZ | 48.67 | 65.16 | 23.92 | - |
| YUV | 198.68 | 76.26 | 114.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 226 | 107 | 0.20 | 0 | 0.53 | 0.11 | 83.19 | 0.67 | 0.65 |
| Hex | B4 | E2 | 6B | 14 | 0 | 35 | B | 53 | 43 | 41 |
| Octal | 264 | 342 | 153 | 24 | 0 | 65 | 13 | 123 | 103 | 101 |
| Binary | 10110100 | 11100010 | 1101011 | 10100 | 0 | 110101 | 1011 | 1010011 | 1000011 | 1000001 |
Color Harmonies of #B4E26B
Complementary color
Monochromatic Colors of #B4E26B
Black with #B4E26B
Text Example
Text Example
White with #B4E26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4E26B; }
p { color: rgb(180,226,107); }
H1.HeaderClassName
{
color: #B4E26B;
}
.AnyTagClassName
{
color: #B4E26B;
}
</style>
background-color css
<style>
a { background-color: #B4E26B; }
a { background-color: rgb(180,226,107); }
div.DivClassName
{
background-color: #B4E26B;
}
.BgClassName
{
background-color: #B4E26B;
}
</style>
border-color css
<style>
span { border-color: #B4E26B; }
span { border-color: rgb(180,226,107); }
td.TdClassName
{
border-color: #B4E26B;
}
.TagClassName
{
border-color: #B4E26B;
}
</style>