#828526

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

Shades of Trendy Green #828526

Tints of Trendy Green #828526

Color information

#828526 (or 0x828526) is unknown color: approx Trendy Green. HEX triplet: 82, 85 and 26. RGB value is (130,133,38). Sum of RGB (Red+Green+Blue) = 130+133+38=301 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.19% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 38 (15.23% from 255 or 12.62% from 301); Max value from RGB is 133 - color contains mainly: green. Hex color #828526 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828526 is #7D7AD9. Grayscale: #797979. Windows color (decimal): -8223450 or 2524546. OLE color: 2524546.

HSL color Cylindrical-coordinate representation of color #828526: hue angle of 61.89º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #828526 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.48.

Color convert

RGB13013338-
CMYK0.0200.710.48
HSL61.89º55.56%33.53%-
HSV(B)61.89º71.43%52.16%-
XYZ17.9421.665.07-
YUV121.2781.01134.22-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.19%
GREEN value IS 133 (52.34% from 255) = 44.19%
BLUE value IS 38 (15.23% from 255) = 12.62%
R=43.19%
G=44.19%
B=12.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130133380.0200.710.4861.8955.5633.53
Hex8285262047303e3822
Octal202205462010760767042
Binary10000010100001011001101001000111110000111110111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828526; }

 p { color: rgb(130,133,38); }

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

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

 a { background-color: rgb(130,133,38); }

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

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

 span { border-color: rgb(130,133,38); }

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