#828116

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

Shades of Trendy Green #828116

Tints of Trendy Green #828116

Color information

#828116 (or 0x828116) is unknown color: approx Trendy Green. HEX triplet: 82, 81 and 16. RGB value is (130,129,22). Sum of RGB (Red+Green+Blue) = 130+129+22=281 (37% of max value = 765). Red value is 130 (51.17% from 255 or 46.26% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 130 - color contains mainly: red. Hex color #828116 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828116 is #7D7EE9. Grayscale: #757575. Windows color (decimal): -8224490 or 1474946. OLE color: 1474946.

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

Color convert

RGB13012922-
CMYK00.010.830.49
HSL59.44º71.05%29.8%-
HSV(B)59.44º83.08%50.98%-
XYZ17.220.53.81-
YUV117.174.33137.2-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 46.26%
GREEN value IS 129 (50.78% from 255) = 45.91%
BLUE value IS 22 (8.98% from 255) = 7.83%
R=46.26%
G=45.91%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301292200.010.830.4959.4471.0529.8
Hex8281160153313b471e
Octal2022012601123617310736
Binary100000101000000110110011010011110001111011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828116; }

 p { color: rgb(130,129,22); }

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

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

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

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

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

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

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