#858812

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

Shades of Trendy Green #858812

Tints of Trendy Green #858812

Color information

#858812 (or 0x858812) is unknown color: approx Trendy Green. HEX triplet: 85, 88 and 12. RGB value is (133,136,18). Sum of RGB (Red+Green+Blue) = 133+136+18=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 136 (53.52% from 255 or 47.39% from 287); Blue value is 18 (7.42% from 255 or 6.27% from 287); Max value from RGB is 136 - color contains mainly: green. Hex color #858812 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #858812 is #7A77ED. Grayscale: #7A7A7A. Windows color (decimal): -8026094 or 1214597. OLE color: 1214597.

HSL color Cylindrical-coordinate representation of color #858812: hue angle of 61.53º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #858812 is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.47.

Color convert

RGB13313618-
CMYK0.0200.870.47
HSL61.53º76.62%30.2%-
HSV(B)61.53º86.76%53.33%-
XYZ18.5922.643.96-
YUV121.6569.51136.09-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.34%
GREEN value IS 136 (53.52% from 255) = 47.39%
BLUE value IS 18 (7.42% from 255) = 6.27%
R=46.34%
G=47.39%
B=6.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133136180.0200.870.4761.5376.6230.2
Hex85881220572F3e4d1e
Octal2052102220127577611536
Binary1000010110001000100101001010111101111111110100110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858812; }

 p { color: rgb(133,136,18); }

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

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

 a { background-color: rgb(133,136,18); }

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

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

 span { border-color: rgb(133,136,18); }

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