#828217

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

Shades of Trendy Green #828217

Tints of Trendy Green #828217

Color information

#828217 (or 0x828217) is unknown color: approx Trendy Green. HEX triplet: 82, 82 and 17. RGB value is (130,130,23). Sum of RGB (Red+Green+Blue) = 130+130+23=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 23 (9.38% from 255 or 8.13% from 283); Max value from RGB is 130 - color contains mainly: red, green. Hex color #828217 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828217 is #7D7DE8. Grayscale: #767676. Windows color (decimal): -8224233 or 1540738. OLE color: 1540738.

HSL color Cylindrical-coordinate representation of color #828217: hue angle of 60º degrees, saturation: 0.7, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #828217 is Cyan = 0, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB13013023-
CMYK000.820.49
HSL60º69.93%30%-
HSV(B)60º82.31%50.98%-
XYZ17.3420.773.91-
YUV117.874.5136.7-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.94%
GREEN value IS 130 (51.17% from 255) = 45.94%
BLUE value IS 23 (9.38% from 255) = 8.13%
R=45.94%
G=45.94%
B=8.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal13013023000.820.496069.9330
Hex8282170052313c461e
Octal2022022700122617410636
Binary100000101000001010111001010010110001111100100011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828217; }

 p { color: rgb(130,130,23); }

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

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

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

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

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

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

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