#828D18

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

Shades of Trendy Green #828D18

Tints of Trendy Green #828D18

Color information

#828D18 (or 0x828D18) is unknown color: approx Trendy Green. HEX triplet: 82, 8D and 18. RGB value is (130,141,24). Sum of RGB (Red+Green+Blue) = 130+141+24=295 (39% of max value = 765). Red value is 130 (51.17% from 255 or 44.07% from 295); Green value is 141 (55.47% from 255 or 47.80% from 295); Blue value is 24 (9.77% from 255 or 8.14% from 295); Max value from RGB is 141 - color contains mainly: green. Hex color #828D18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #828D18 is #7D72E7. Grayscale: #7C7C7C. Windows color (decimal): -8221416 or 1609090. OLE color: 1609090.

HSL color Cylindrical-coordinate representation of color #828D18: hue angle of 65.64º degrees, saturation: 0.71, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #828D18 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.45.

Color convert

RGB13014124-
CMYK0.0800.830.45
HSL65.64º70.91%32.35%-
HSV(B)65.64º82.98%55.29%-
XYZ18.923.864.47-
YUV124.3771.36132.01-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 44.07%
GREEN value IS 141 (55.47% from 255) = 47.80%
BLUE value IS 24 (9.77% from 255) = 8.14%
R=44.07%
G=47.80%
B=8.14%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal130141240.0800.830.4565.6470.9132.35
Hex828D1880532D424720
Octal202215301001235510210740
Binary10000010100011011100010000101001110110110000101000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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