#828523

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

Shades of Trendy Green #828523

Tints of Trendy Green #828523

Color information

#828523 (or 0x828523) is unknown color: approx Trendy Green. HEX triplet: 82, 85 and 23. RGB value is (130,133,35). Sum of RGB (Red+Green+Blue) = 130+133+35=298 (39% of max value = 765). Red value is 130 (51.17% from 255 or 43.62% from 298); Green value is 133 (52.34% from 255 or 44.63% from 298); Blue value is 35 (14.06% from 255 or 11.74% from 298); Max value from RGB is 133 - color contains mainly: green. Hex color #828523 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #828523 is #7D7ADC. Grayscale: #797979. Windows color (decimal): -8223453 or 2327938. OLE color: 2327938.

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

Color convert

RGB13013335-
CMYK0.0200.740.48
HSL61.84º58.33%32.94%-
HSV(B)61.84º73.68%52.16%-
XYZ17.921.644.82-
YUV120.9379.51134.47-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 43.62%
GREEN value IS 133 (52.34% from 255) = 44.63%
BLUE value IS 35 (14.06% from 255) = 11.74%
R=43.62%
G=44.63%
B=11.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130133350.0200.740.4861.8458.3332.94
Hex828523204A303e3a21
Octal202205432011260767241
Binary10000010100001011000111001001010110000111110111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828523; }

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

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

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

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

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

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

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

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