#868216

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

Shades of Trendy Green #868216

Tints of Trendy Green #868216

Color information

#868216 (or 0x868216) is unknown color: approx Trendy Green. HEX triplet: 86, 82 and 16. RGB value is (134,130,22). Sum of RGB (Red+Green+Blue) = 134+130+22=286 (37% of max value = 765). Red value is 134 (52.73% from 255 or 46.85% from 286); Green value is 130 (51.17% from 255 or 45.45% from 286); Blue value is 22 (8.98% from 255 or 7.69% from 286); Max value from RGB is 134 - color contains mainly: red. Hex color #868216 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #868216 is #797DE9. Grayscale: #777777. Windows color (decimal): -7962090 or 1475206. OLE color: 1475206.

HSL color Cylindrical-coordinate representation of color #868216: hue angle of 57.86º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #868216 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.47.

Color convert

RGB13413022-
CMYK00.030.840.47
HSL57.86º71.79%30.59%-
HSV(B)57.86º83.58%52.55%-
XYZ17.9621.093.88-
YUV118.8873.33138.78-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 46.85%
GREEN value IS 130 (51.17% from 255) = 45.45%
BLUE value IS 22 (8.98% from 255) = 7.69%
R=46.85%
G=45.45%
B=7.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.84
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341302200.030.840.4757.8671.7930.59
Hex86821603542F3a481f
Octal2062022603124577211037
Binary1000011010000010101100111010100101111111010100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868216; }

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

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

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

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

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

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

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

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