#828715

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

Shades of Trendy Green #828715

Tints of Trendy Green #828715

Color information

#828715 (or 0x828715) is unknown color: approx Trendy Green. HEX triplet: 82, 87 and 15. RGB value is (130,135,21). Sum of RGB (Red+Green+Blue) = 130+135+21=286 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.45% from 286); Green value is 135 (53.12% from 255 or 47.20% from 286); Blue value is 21 (8.59% from 255 or 7.34% from 286); Max value from RGB is 135 - color contains mainly: green. Hex color #828715 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828715 is #7D78EA. Grayscale: #787878. Windows color (decimal): -8222955 or 1410946. OLE color: 1410946.

HSL color Cylindrical-coordinate representation of color #828715: hue angle of 62.63º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #828715 is Cyan = 0.04, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB13013521-
CMYK0.0400.840.47
HSL62.63º73.08%30.59%-
HSV(B)62.63º84.44%52.94%-
XYZ18.0122.134.03-
YUV120.5171.84134.77-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.45%
GREEN value IS 135 (53.12% from 255) = 47.20%
BLUE value IS 21 (8.59% from 255) = 7.34%
R=45.45%
G=47.20%
B=7.34%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130135210.0400.840.4762.6373.0830.59
Hex82871540542F3f491f
Octal2022072540124577711137
Binary10000010100001111010110001010100101111111111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828715; }

 p { color: rgb(130,135,21); }

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

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

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

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

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

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

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