#828714

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

Shades of Trendy Green #828714

Tints of Trendy Green #828714

Color information

#828714 (or 0x828714) is unknown color: approx Trendy Green. HEX triplet: 82, 87 and 14. RGB value is (130,135,20). Sum of RGB (Red+Green+Blue) = 130+135+20=285 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.61% from 285); Green value is 135 (53.12% from 255 or 47.37% from 285); Blue value is 20 (8.20% from 255 or 7.02% from 285); Max value from RGB is 135 - color contains mainly: green. Hex color #828714 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828714 is #7D78EB. Grayscale: #787878. Windows color (decimal): -8222956 or 1345410. OLE color: 1345410.

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

Color convert

RGB13013520-
CMYK0.0400.850.47
HSL62.61º74.19%30.39%-
HSV(B)62.61º85.19%52.94%-
XYZ1822.123.98-
YUV120.3971.34134.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.61%
GREEN value IS 135 (53.12% from 255) = 47.37%
BLUE value IS 20 (8.20% from 255) = 7.02%
R=45.61%
G=47.37%
B=7.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130135200.0400.850.4762.6174.1930.39
Hex82871440552F3f4a1e
Octal2022072440125577711236
Binary10000010100001111010010001010101101111111111100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828714; }

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

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

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

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

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

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

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

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