#818216

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

Shades of Trendy Green #818216

Tints of Trendy Green #818216

Color information

#818216 (or 0x818216) is unknown color: approx Trendy Green. HEX triplet: 81, 82 and 16. RGB value is (129,130,22). Sum of RGB (Red+Green+Blue) = 129+130+22=281 (37% of max value = 765). Red value is 129 (50.78% from 255 or 45.91% from 281); Green value is 130 (51.17% from 255 or 46.26% from 281); Blue value is 22 (8.98% from 255 or 7.83% from 281); Max value from RGB is 130 - color contains mainly: green. Hex color #818216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #818216 is #7E7DE9. Grayscale: #757575. Windows color (decimal): -8289770 or 1475201. OLE color: 1475201.

HSL color Cylindrical-coordinate representation of color #818216: hue angle of 60.56º degrees, saturation: 0.71, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #818216 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.49.

Color convert

RGB12913022-
CMYK0.0100.830.49
HSL60.56º71.05%29.8%-
HSV(B)60.56º83.08%50.98%-
XYZ17.1820.693.85-
YUV117.3974.17136.28-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 45.91%
GREEN value IS 130 (51.17% from 255) = 46.26%
BLUE value IS 22 (8.98% from 255) = 7.83%
R=45.91%
G=46.26%
B=7.83%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129130220.0100.830.4960.5671.0529.8
Hex8182161053313d471e
Octal2012022610123617510736
Binary100000011000001010110101010011110001111101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818216; }

 p { color: rgb(129,130,22); }

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

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

 a { background-color: rgb(129,130,22); }

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

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

 span { border-color: rgb(129,130,22); }

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