#85861B

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

Shades of Trendy Green #85861B

Tints of Trendy Green #85861B

Color information

#85861B (or 0x85861B) is unknown color: approx Trendy Green. HEX triplet: 85, 86 and 1B. RGB value is (133,134,27). Sum of RGB (Red+Green+Blue) = 133+134+27=294 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.24% from 294); Green value is 134 (52.73% from 255 or 45.58% from 294); Blue value is 27 (10.94% from 255 or 9.18% from 294); Max value from RGB is 134 - color contains mainly: green. Hex color #85861B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85861B is #7A79E4. Grayscale: #797979. Windows color (decimal): -8026597 or 1803909. OLE color: 1803909.

HSL color Cylindrical-coordinate representation of color #85861B: hue angle of 60.56º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85861B is Cyan = 0.01, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.47.

Color convert

RGB13313427-
CMYK0.0100.800.47
HSL60.56º66.46%31.57%-
HSV(B)60.56º79.85%52.55%-
XYZ18.422.124.34-
YUV121.574.67136.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 45.24%
GREEN value IS 134 (52.73% from 255) = 45.58%
BLUE value IS 27 (10.94% from 255) = 9.18%
R=45.24%
G=45.58%
B=9.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133134270.0100.800.4760.5666.4631.57
Hex85861B10502F3d4220
Octal2052063310120577510240
Binary1000010110000110110111010100001011111111011000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85861B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85861B; }

 p { color: rgb(133,134,27); }

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

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

 a { background-color: rgb(133,134,27); }

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

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

 span { border-color: rgb(133,134,27); }

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