#828121

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

Shades of Trendy Green #828121

Tints of Trendy Green #828121

Color information

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

HSL color Cylindrical-coordinate representation of color #828121: hue angle of 59.38º 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 #828121 is Cyan = 0, Magento = 0.01, Yellow = 0.75 and Black (K on CMYK) = 0.49.

Color convert

RGB13012933-
CMYK00.010.750.49
HSL59.38º59.51%31.96%-
HSV(B)59.38º74.62%50.98%-
XYZ17.3320.564.49-
YUV118.3579.83136.31-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301293300.010.750.4959.3859.5131.96
Hex828121014B313b3c20
Octal202201410111361737440
Binary1000001010000001100001011001011110001111011111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828121; }

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

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

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

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

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

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

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

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