Shades of Conifer #B6E949
Tints of Conifer #B6E949
RGB
CMYK
RGB Variations
Color information
#B6E949 (or 0xB6E949) is known color: Conifer. HEX triplet: B6, E9 and 49. RGB value is (182,233,73). Sum of RGB (Red+Green+Blue) = 182+233+73=488 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.30% from 488); Green value is 233 (91.41% from 255 or 47.75% from 488); Blue value is 73 (28.91% from 255 or 14.96% from 488); Max value from RGB is 233 - color contains mainly: green. Hex color #B6E949 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B6E949 is #4916B6. Grayscale: #C8C8C8. Windows color (decimal): -4789943 or 4843958. OLE color: 4843958.
HSL color Cylindrical-coordinate representation of color #B6E949: hue angle of 79.12º degrees, saturation: 0.78, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B6E949 is Cyan = 0.22, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 182 | 233 | 73 | - |
| CMYK | 0.22 | 0 | 0.69 | 0.09 |
| HSL | 79.13º | 0.78% | 0.6% | - |
| HSV(B) | 79.13º | 0.69% | 0.91% | - |
| XYZ | 49.63 | 68.7 | 16.95 | - |
| YUV | 199.51 | 56.6 | 115.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 233 | 73 | 0.22 | 0 | 0.69 | 0.09 | 79.13 | 0.78 | 0.6 |
| Hex | B6 | E9 | 49 | 16 | 0 | 45 | 9 | 4F | 4E | 3C |
| Octal | 266 | 351 | 111 | 26 | 0 | 105 | 11 | 117 | 116 | 74 |
| Binary | 10110110 | 11101001 | 1001001 | 10110 | 0 | 1000101 | 1001 | 1001111 | 1001110 | 111100 |
Color Harmonies of #B6E949
Complementary color
Monochromatic Colors of #B6E949
Black with #B6E949
Text Example
Text Example
White with #B6E949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E949; }
p { color: rgb(182,233,73); }
H1.HeaderClassName
{
color: #B6E949;
}
.AnyTagClassName
{
color: #B6E949;
}
</style>
background-color css
<style>
a { background-color: #B6E949; }
a { background-color: rgb(182,233,73); }
div.DivClassName
{
background-color: #B6E949;
}
.BgClassName
{
background-color: #B6E949;
}
</style>
border-color css
<style>
span { border-color: #B6E949; }
span { border-color: rgb(182,233,73); }
td.TdClassName
{
border-color: #B6E949;
}
.TagClassName
{
border-color: #B6E949;
}
</style>