Shades of Trendy Green #838A16
Tints of Trendy Green #838A16
RGB
CMYK
RGB Variations
Color information
#838A16 (or 0x838A16) is known color: Trendy Green. HEX triplet: 83, 8A and 16. RGB value is (131,138,22). Sum of RGB (Red+Green+Blue) = 131+138+22=291 (38% of max value = 765). Red value is 131 (51.56% from 255 or 45.02% from 291); Green value is 138 (54.30% from 255 or 47.42% from 291); Blue value is 22 (8.98% from 255 or 7.56% from 291); Max value from RGB is 138 - color contains mainly: green. Hex color #838A16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #838A16 is #7C75E9. Grayscale: #7B7B7B. Windows color (decimal): -8156650 or 1477251. OLE color: 1477251.
HSL color Cylindrical-coordinate representation of color #838A16: hue angle of 63.62º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #838A16 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 131 | 138 | 22 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.46 |
| HSL | 63.62º | 0.73% | 0.31% | - |
| HSV(B) | 63.62º | 0.84% | 0.54% | - |
| XYZ | 18.59 | 23.06 | 4.23 | - |
| YUV | 122.68 | 71.18 | 133.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 138 | 22 | 0.05 | 0 | 0.84 | 0.46 | 63.62 | 0.73 | 0.31 |
| Hex | 83 | 8A | 16 | 5 | 0 | 54 | 2E | 40 | 48 | 1F |
| Octal | 203 | 212 | 26 | 5 | 0 | 124 | 56 | 100 | 110 | 37 |
| Binary | 10000011 | 10001010 | 10110 | 101 | 0 | 1010100 | 101110 | 1000000 | 1001000 | 11111 |
Color Harmonies of #838A16
Complementary color
Monochromatic Colors of #838A16
Black with #838A16
Text Example
Text Example
White with #838A16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #838A16; }
p { color: rgb(131,138,22); }
H1.HeaderClassName
{
color: #838A16;
}
.AnyTagClassName
{
color: #838A16;
}
</style>
background-color css
<style>
a { background-color: #838A16; }
a { background-color: rgb(131,138,22); }
div.DivClassName
{
background-color: #838A16;
}
.BgClassName
{
background-color: #838A16;
}
</style>
border-color css
<style>
span { border-color: #838A16; }
span { border-color: rgb(131,138,22); }
td.TdClassName
{
border-color: #838A16;
}
.TagClassName
{
border-color: #838A16;
}
</style>