#828A18

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

Shades of Trendy Green #828A18

Tints of Trendy Green #828A18

Color information

#828A18 (or 0x828A18) is unknown color: approx Trendy Green. HEX triplet: 82, 8A and 18. RGB value is (130,138,24). Sum of RGB (Red+Green+Blue) = 130+138+24=292 (38% of max value = 765). Red value is 130 (51.17% from 255 or 44.52% from 292); Green value is 138 (54.30% from 255 or 47.26% from 292); Blue value is 24 (9.77% from 255 or 8.22% from 292); Max value from RGB is 138 - color contains mainly: green. Hex color #828A18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828A18 is #7D75E7. Grayscale: #7B7B7B. Windows color (decimal): -8222184 or 1608322. OLE color: 1608322.

HSL color Cylindrical-coordinate representation of color #828A18: hue angle of 64.21º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #828A18 is Cyan = 0.06, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.46.

Color convert

RGB13013824-
CMYK0.0600.830.46
HSL64.21º70.37%31.76%-
HSV(B)64.21º82.61%54.12%-
XYZ18.4622.994.33-
YUV122.6172.35133.27-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.52%
GREEN value IS 138 (54.30% from 255) = 47.26%
BLUE value IS 24 (9.77% from 255) = 8.22%
R=44.52%
G=47.26%
B=8.22%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal130138240.0600.830.4664.2170.3731.76
Hex828A1860532E404620
Octal20221230601235610010640
Binary1000001010001010110001100101001110111010000001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828A18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828A18; }

 p { color: rgb(130,138,24); }

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

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

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

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

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

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

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