Shades of Conifer #B6E94C
Tints of Conifer #B6E94C
RGB
CMYK
RGB Variations
Color information
#B6E94C (or 0xB6E94C) is known color: Conifer. HEX triplet: B6, E9 and 4C. RGB value is (182,233,76). Sum of RGB (Red+Green+Blue) = 182+233+76=491 (65% of max value = 765). Red value is 182 (71.48% from 255 or 37.07% from 491); Green value is 233 (91.41% from 255 or 47.45% from 491); Blue value is 76 (30.08% from 255 or 15.48% from 491); Max value from RGB is 233 - color contains mainly: green. Hex color #B6E94C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #B6E94C is #4916B3. Grayscale: #C8C8C8. Windows color (decimal): -4789940 or 5040566. OLE color: 5040566.
HSL color Cylindrical-coordinate representation of color #B6E94C: hue angle of 79.49º degrees, saturation: 0.78, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B6E94C is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 182 | 233 | 76 | - |
| CMYK | 0.22 | 0 | 0.67 | 0.09 |
| HSL | 79.49º | 0.78% | 0.61% | - |
| HSV(B) | 79.49º | 0.67% | 0.91% | - |
| XYZ | 49.73 | 68.74 | 17.49 | - |
| YUV | 199.85 | 58.1 | 115.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 233 | 76 | 0.22 | 0 | 0.67 | 0.09 | 79.49 | 0.78 | 0.61 |
| Hex | B6 | E9 | 4C | 16 | 0 | 43 | 9 | 4F | 4E | 3D |
| Octal | 266 | 351 | 114 | 26 | 0 | 103 | 11 | 117 | 116 | 75 |
| Binary | 10110110 | 11101001 | 1001100 | 10110 | 0 | 1000011 | 1001 | 1001111 | 1001110 | 111101 |
Color Harmonies of #B6E94C
Complementary color
Monochromatic Colors of #B6E94C
Black with #B6E94C
Text Example
Text Example
White with #B6E94C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6E94C; }
p { color: rgb(182,233,76); }
H1.HeaderClassName
{
color: #B6E94C;
}
.AnyTagClassName
{
color: #B6E94C;
}
</style>
background-color css
<style>
a { background-color: #B6E94C; }
a { background-color: rgb(182,233,76); }
div.DivClassName
{
background-color: #B6E94C;
}
.BgClassName
{
background-color: #B6E94C;
}
</style>
border-color css
<style>
span { border-color: #B6E94C; }
span { border-color: rgb(182,233,76); }
td.TdClassName
{
border-color: #B6E94C;
}
.TagClassName
{
border-color: #B6E94C;
}
</style>