#818221

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

Shades of Trendy Green #818221

Tints of Trendy Green #818221

Color information

#818221 (or 0x818221) is unknown color: approx Trendy Green. HEX triplet: 81, 82 and 21. RGB value is (129,130,33). Sum of RGB (Red+Green+Blue) = 129+130+33=292 (38% of max value = 765). Red value is 129 (50.78% from 255 or 44.18% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 33 (13.28% from 255 or 11.30% from 292); Max value from RGB is 130 - color contains mainly: green. Hex color #818221 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818221 is #7E7DDE. Grayscale: #777777. Windows color (decimal): -8289759 or 2196097. OLE color: 2196097.

HSL color Cylindrical-coordinate representation of color #818221: hue angle of 60.62º degrees, saturation: 0.6, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #818221 is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB12913033-
CMYK0.0100.750.49
HSL60.62º59.51%31.96%-
HSV(B)60.62º74.62%50.98%-
XYZ17.3120.744.53-
YUV118.6479.67135.39-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 44.18%
GREEN value IS 130 (51.17% from 255) = 44.52%
BLUE value IS 33 (13.28% from 255) = 11.30%
R=44.18%
G=44.52%
B=11.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129130330.0100.750.4960.6259.5131.96
Hex818221104B313d3c20
Octal201202411011361757440
Binary1000000110000010100001101001011110001111101111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818221; }

 p { color: rgb(129,130,33); }

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

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

 a { background-color: rgb(129,130,33); }

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

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

 span { border-color: rgb(129,130,33); }

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