#858c16

Color #858C16 Trendy Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Green #858C16

Tints of Trendy Green #858C16

Color information

#858C16 (or 0x858C16) is unknown color: approx Trendy Green. HEX triplet: 85, 8C and 16. RGB value is (133,140,22). Sum of RGB (Red+Green+Blue) = 133+140+22=295 (39% of max value = 765). Red value is 133 (52.34% from 255 or 45.08% from 295); Green value is 140 (55.08% from 255 or 47.46% from 295); Blue value is 22 (8.98% from 255 or 7.46% from 295); Max value from RGB is 140 - color contains mainly: green. Hex color #858C16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858C16 is #7A73E9. Grayscale: #7C7C7C. Windows color (decimal): -8025066 or 1477765. OLE color: 1477765.

HSL color Cylindrical-coordinate representation of color #858C16: hue angle of 63.56º degrees, saturation: 0.73, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #858C16 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB13314022-
CMYK0.0500.840.45
HSL63.56º72.84%31.76%-
HSV(B)63.56º84.29%54.9%-
XYZ19.223.84.34-
YUV124.4570.18134.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 45.08%
GREEN value IS 140 (55.08% from 255) = 47.46%
BLUE value IS 22 (8.98% from 255) = 7.46%
R=45.08%
G=47.46%
B=7.46%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal133140220.0500.840.4563.5672.8431.76
Hex858C1650542D404920
Octal20521426501245510011140
Binary1000010110001100101101010101010010110110000001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858c16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858c16; }

 p { color: rgb(133,140,22); }

 H1.HeaderClassName
 {
   color: #858c16;
 }
 .AnyTagClassName
 {
   color: #858c16;
 }
</style>
background-color css

<style>
 a { background-color: #858c16; }

 a { background-color: rgb(133,140,22); }

 div.DivClassName
 {
   background-color: #858c16;
 }
 .BgClassName
 {
   background-color: #858c16;
 }
</style>
border-color css

<style>
 span { border-color: #858c16; }

 span { border-color: rgb(133,140,22); }

 td.TdClassName
 {
   border-color: #858c16;
 }
 .TagClassName
 {
   border-color: #858c16;
 }
</style>