Shades of Yellow Green #86C038
Tints of Yellow Green #86C038
RGB
CMYK
RGB Variations
Color information
#86C038 (or 0x86C038) is known color: Yellow Green. HEX triplet: 86, C0 and 38. RGB value is (134,192,56). Sum of RGB (Red+Green+Blue) = 134+192+56=382 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.08% from 382); Green value is 192 (75.39% from 255 or 50.26% from 382); Blue value is 56 (22.27% from 255 or 14.66% from 382); Max value from RGB is 192 - color contains mainly: green. Hex color #86C038 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #86C038 is #793FC7. Grayscale: #9F9F9F. Windows color (decimal): -7946184 or 3719302. OLE color: 3719302.
HSL color Cylindrical-coordinate representation of color #86C038: hue angle of 85.59º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #86C038 is Cyan = 0.30, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 134 | 192 | 56 | - |
| CMYK | 0.30 | 0 | 0.71 | 0.25 |
| HSL | 85.59º | 0.55% | 0.49% | - |
| HSV(B) | 85.59º | 0.71% | 0.75% | - |
| XYZ | 29.39 | 43.05 | 10.5 | - |
| YUV | 159.15 | 69.78 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 192 | 56 | 0.30 | 0 | 0.71 | 0.25 | 85.59 | 0.55 | 0.49 |
| Hex | 86 | C0 | 38 | 1E | 0 | 47 | 19 | 56 | 37 | 31 |
| Octal | 206 | 300 | 70 | 36 | 0 | 107 | 31 | 126 | 67 | 61 |
| Binary | 10000110 | 11000000 | 111000 | 11110 | 0 | 1000111 | 11001 | 1010110 | 110111 | 110001 |
Color Harmonies of #86C038
Complementary color
Monochromatic Colors of #86C038
Black with #86C038
Text Example
Text Example
White with #86C038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86C038; }
p { color: rgb(134,192,56); }
H1.HeaderClassName
{
color: #86C038;
}
.AnyTagClassName
{
color: #86C038;
}
</style>
background-color css
<style>
a { background-color: #86C038; }
a { background-color: rgb(134,192,56); }
div.DivClassName
{
background-color: #86C038;
}
.BgClassName
{
background-color: #86C038;
}
</style>
border-color css
<style>
span { border-color: #86C038; }
span { border-color: rgb(134,192,56); }
td.TdClassName
{
border-color: #86C038;
}
.TagClassName
{
border-color: #86C038;
}
</style>