#828512

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

Shades of Trendy Green #828512

Tints of Trendy Green #828512

Color information

#828512 (or 0x828512) is unknown color: approx Trendy Green. HEX triplet: 82, 85 and 12. RGB value is (130,133,18). Sum of RGB (Red+Green+Blue) = 130+133+18=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 18 (7.42% from 255 or 6.41% from 281); Max value from RGB is 133 - color contains mainly: green. Hex color #828512 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828512 is #7D7AED. Grayscale: #777777. Windows color (decimal): -8223470 or 1213826. OLE color: 1213826.

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

Color convert

RGB13013318-
CMYK0.0200.860.48
HSL61.57º76.16%29.61%-
HSV(B)61.57º86.47%52.16%-
XYZ17.721.563.8-
YUV118.9971.01135.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.26%
GREEN value IS 133 (52.34% from 255) = 47.33%
BLUE value IS 18 (7.42% from 255) = 6.41%
R=46.26%
G=47.33%
B=6.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal130133180.0200.860.4861.5776.1629.61
Hex8285122056303e4c1e
Octal2022052220126607611436
Binary1000001010000101100101001010110110000111110100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828512; }

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

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

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

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

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

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

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

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