#85891B

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

Shades of Trendy Green #85891B

Tints of Trendy Green #85891B

Color information

#85891B (or 0x85891B) is unknown color: approx Trendy Green. HEX triplet: 85, 89 and 1B. RGB value is (133,137,27). Sum of RGB (Red+Green+Blue) = 133+137+27=297 (39% of max value = 765). Red value is 133 (52.34% from 255 or 44.78% from 297); Green value is 137 (53.91% from 255 or 46.13% from 297); Blue value is 27 (10.94% from 255 or 9.09% from 297); Max value from RGB is 137 - color contains mainly: green. Hex color #85891B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85891B is #7A76E4. Grayscale: #7B7B7B. Windows color (decimal): -8025829 or 1804677. OLE color: 1804677.

HSL color Cylindrical-coordinate representation of color #85891B: hue angle of 62.18º degrees, saturation: 0.67, 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 #85891B is Cyan = 0.03, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.46.

Color convert

RGB13313727-
CMYK0.0300.800.46
HSL62.18º67.07%32.16%-
HSV(B)62.18º80.29%53.73%-
XYZ18.8222.964.48-
YUV123.2673.67134.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 44.78%
GREEN value IS 137 (53.91% from 255) = 46.13%
BLUE value IS 27 (10.94% from 255) = 9.09%
R=44.78%
G=46.13%
B=9.09%

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
Decimal133137270.0300.800.4662.1867.0732.16
Hex85891B30502E3e4320
Octal2052113330120567610340
Binary10000101100010011101111010100001011101111101000011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85891B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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