#85891C

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

Shades of Trendy Green #85891C

Tints of Trendy Green #85891C

Color information

#85891C (or 0x85891C) is unknown color: approx Trendy Green. HEX triplet: 85, 89 and 1C. RGB value is (133,137,28). Sum of RGB (Red+Green+Blue) = 133+137+28=298 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.63% from 298); Green value is 137 (53.91% from 255 or 45.97% from 298); Blue value is 28 (11.33% from 255 or 9.40% from 298); Max value from RGB is 137 - color contains mainly: green. Hex color #85891C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85891C is #7A76E3. Grayscale: #7B7B7B. Windows color (decimal): -8025828 or 1870213. OLE color: 1870213.

HSL color Cylindrical-coordinate representation of color #85891C: hue angle of 62.2º degrees, saturation: 0.66, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #85891C is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB13313728-
CMYK0.0300.800.46
HSL62.2º66.06%32.35%-
HSV(B)62.2º79.56%53.73%-
XYZ18.8322.964.54-
YUV123.3874.17134.86-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.63%
GREEN value IS 137 (53.91% from 255) = 45.97%
BLUE value IS 28 (11.33% from 255) = 9.40%
R=44.63%
G=45.97%
B=9.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal133137280.0300.800.4662.266.0632.35
Hex85891C30502E3e4220
Octal2052113430120567610240
Binary10000101100010011110011010100001011101111101000010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85891C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85891C; }

 p { color: rgb(133,137,28); }

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

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

 a { background-color: rgb(133,137,28); }

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

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

 span { border-color: rgb(133,137,28); }

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