#858821

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

Shades of Trendy Green #858821

Tints of Trendy Green #858821

Color information

#858821 (or 0x858821) is unknown color: approx Trendy Green. HEX triplet: 85, 88 and 21. RGB value is (133,136,33). Sum of RGB (Red+Green+Blue) = 133+136+33=302 (40% of max value = 765). Red value is 133 (52.34% from 255 or 44.04% from 302); Green value is 136 (53.52% from 255 or 45.03% from 302); Blue value is 33 (13.28% from 255 or 10.93% from 302); Max value from RGB is 136 - color contains mainly: green. Hex color #858821 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858821 is #7A77DE. Grayscale: #7B7B7B. Windows color (decimal): -8026079 or 2197637. OLE color: 2197637.

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

Color convert

RGB13313633-
CMYK0.0200.760.47
HSL61.75º60.95%33.14%-
HSV(B)61.75º75.74%53.33%-
XYZ18.7522.74.83-
YUV123.3677.01134.88-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.04%
GREEN value IS 136 (53.52% from 255) = 45.03%
BLUE value IS 33 (13.28% from 255) = 10.93%
R=44.04%
G=45.03%
B=10.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133136330.0200.760.4761.7560.9533.14
Hex858821204C2F3e3d21
Octal205210412011457767541
Binary10000101100010001000011001001100101111111110111101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858821; }

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

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

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

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

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

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

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

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