#85A53E

Color #85A53E Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #85A53E

Tints of Sushi #85A53E

Color information

#85A53E (or 0x85A53E) is unknown color: approx Sushi. HEX triplet: 85, A5 and 3E. RGB value is (133,165,62). Sum of RGB (Red+Green+Blue) = 133+165+62=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 165 (64.84% from 255 or 45.83% from 360); Blue value is 62 (24.61% from 255 or 17.22% from 360); Max value from RGB is 165 - color contains mainly: green. Hex color #85A53E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A53E is #7A5AC1. Grayscale: #909090. Windows color (decimal): -8018626 or 4105605. OLE color: 4105605.

HSL color Cylindrical-coordinate representation of color #85A53E: hue angle of 78.64º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #85A53E is Cyan = 0.19, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB13316562-
CMYK0.1900.620.35
HSL78.64º45.37%44.51%-
HSV(B)78.64º62.42%64.71%-
XYZ2432.249.52-
YUV143.6981.9120.38-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.94%
GREEN value IS 165 (64.84% from 255) = 45.83%
BLUE value IS 62 (24.61% from 255) = 17.22%
R=36.94%
G=45.83%
B=17.22%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal133165620.1900.620.3578.6445.3744.51
Hex85A53E1303E234f2d2d
Octal2052457623076431175555
Binary10000101101001011111101001101111101000111001111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A53E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #85A53E; }

 p { color: rgb(133,165,62); }

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

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

 a { background-color: rgb(133,165,62); }

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

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

 span { border-color: rgb(133,165,62); }

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