#858A16

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

Shades of Trendy Green #858A16

Tints of Trendy Green #858A16

Color information

#858A16 (or 0x858A16) is unknown color: approx Trendy Green. HEX triplet: 85, 8A and 16. RGB value is (133,138,22). Sum of RGB (Red+Green+Blue) = 133+138+22=293 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.39% from 293); Green value is 138 (54.30% from 255 or 47.10% from 293); Blue value is 22 (8.98% from 255 or 7.51% from 293); Max value from RGB is 138 - color contains mainly: green. Hex color #858A16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858A16 is #7A75E9. Grayscale: #7B7B7B. Windows color (decimal): -8025578 or 1477253. OLE color: 1477253.

HSL color Cylindrical-coordinate representation of color #858A16: hue angle of 62.59º 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 #858A16 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.46.

Color convert

RGB13313822-
CMYK0.0400.840.46
HSL62.59º72.5%31.37%-
HSV(B)62.59º84.06%54.12%-
XYZ18.9123.224.24-
YUV123.2870.84134.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.39%
GREEN value IS 138 (54.30% from 255) = 47.10%
BLUE value IS 22 (8.98% from 255) = 7.51%
R=45.39%
G=47.10%
B=7.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal133138220.0400.840.4662.5972.531.37
Hex858A1640542E3f481f
Octal2052122640124567711037
Binary10000101100010101011010001010100101110111111100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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