#827F20

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

Shades of Trendy Green #827F20

Tints of Trendy Green #827F20

Color information

#827F20 (or 0x827F20) is unknown color: approx Trendy Green. HEX triplet: 82, 7F and 20. RGB value is (130,127,32). Sum of RGB (Red+Green+Blue) = 130+127+32=289 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.98% from 289); Green value is 127 (50% from 255 or 43.94% from 289); Blue value is 32 (12.89% from 255 or 11.07% from 289); Max value from RGB is 130 - color contains mainly: red. Hex color #827F20 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827F20 is #7D80DF. Grayscale: #757575. Windows color (decimal): -8224992 or 2129794. OLE color: 2129794.

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

Color convert

RGB13012732-
CMYK00.020.750.49
HSL58.16º60.49%31.76%-
HSV(B)58.16º75.38%50.98%-
XYZ17.0620.034.33-
YUV117.0779.99137.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.98%
GREEN value IS 127 (50% from 255) = 43.94%
BLUE value IS 32 (12.89% from 255) = 11.07%
R=44.98%
G=43.94%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.75
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301273200.020.750.4958.1660.4931.76
Hex827F20024B313a3c20
Octal202177400211361727440
Binary1000001011111111000000101001011110001111010111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827F20; }

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

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

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

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

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

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

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

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