#828A20

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

Shades of Trendy Green #828A20

Tints of Trendy Green #828A20

Color information

#828A20 (or 0x828A20) is unknown color: approx Trendy Green. HEX triplet: 82, 8A and 20. RGB value is (130,138,32). Sum of RGB (Red+Green+Blue) = 130+138+32=300 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.33% from 300); Green value is 138 (54.30% from 255 or 46% from 300); Blue value is 32 (12.89% from 255 or 10.67% from 300); Max value from RGB is 138 - color contains mainly: green. Hex color #828A20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828A20 is #7D75DF. Grayscale: #7B7B7B. Windows color (decimal): -8222176 or 2132610. OLE color: 2132610.

HSL color Cylindrical-coordinate representation of color #828A20: hue angle of 64.53º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #828A20 is Cyan = 0.06, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.46.

Color convert

RGB13013832-
CMYK0.0600.770.46
HSL64.53º62.35%33.33%-
HSV(B)64.53º76.81%54.12%-
XYZ18.5623.034.83-
YUV123.5276.35132.62-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.33%
GREEN value IS 138 (54.30% from 255) = 46%
BLUE value IS 32 (12.89% from 255) = 10.67%
R=43.33%
G=46%
B=10.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal130138320.0600.770.4664.5362.3533.33
Hex828A20604D2E413e21
Octal2022124060115561017641
Binary1000001010001010100000110010011011011101000001111110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828A20; }

 p { color: rgb(130,138,32); }

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

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

 a { background-color: rgb(130,138,32); }

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

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

 span { border-color: rgb(130,138,32); }

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