#827B1E

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

Shades of Trendy Green #827B1E

Tints of Trendy Green #827B1E

Color information

#827B1E (or 0x827B1E) is unknown color: approx Trendy Green. HEX triplet: 82, 7B and 1E. RGB value is (130,123,30). Sum of RGB (Red+Green+Blue) = 130+123+30=283 (37% of max value = 765). Red value is 130 (51.17% from 255 or 45.94% from 283); Green value is 123 (48.44% from 255 or 43.46% from 283); Blue value is 30 (12.11% from 255 or 10.60% from 283); Max value from RGB is 130 - color contains mainly: red. Hex color #827B1E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #827B1E is #7D84E1. Grayscale: #727272. Windows color (decimal): -8226018 or 1997698. OLE color: 1997698.

HSL color Cylindrical-coordinate representation of color #827B1E: hue angle of 55.8º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #827B1E is Cyan = 0, Magento = 0.05, Yellow = 0.77 and Black (K on CMYK) = 0.49.

Color convert

RGB13012330-
CMYK00.050.770.49
HSL55.8º62.5%31.37%-
HSV(B)55.8º76.92%50.98%-
XYZ16.5219.014.03-
YUV114.4980.32139.06-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 45.94%
GREEN value IS 123 (48.44% from 255) = 43.46%
BLUE value IS 30 (12.11% from 255) = 10.60%
R=45.94%
G=43.46%
B=10.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.77
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1301233000.050.770.4955.862.531.37
Hex827B1E054D31383e1f
Octal202173360511561707637
Binary100000101111011111100101100110111000111100011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #827B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #827B1E; }

 p { color: rgb(130,123,30); }

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

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

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

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

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

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

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