#85A53A

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

Shades of Sushi #85A53A

Tints of Sushi #85A53A

Color information

#85A53A (or 0x85A53A) is unknown color: approx Sushi. HEX triplet: 85, A5 and 3A. RGB value is (133,165,58). Sum of RGB (Red+Green+Blue) = 133+165+58=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 165 (64.84% from 255 or 46.35% from 356); Blue value is 58 (23.05% from 255 or 16.29% from 356); Max value from RGB is 165 - color contains mainly: green. Hex color #85A53A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A53A is #7A5AC5. Grayscale: #8F8F8F. Windows color (decimal): -8018630 or 3843461. OLE color: 3843461.

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

Color convert

RGB13316558-
CMYK0.1900.650.35
HSL77.94º47.98%43.73%-
HSV(B)77.94º64.85%64.71%-
XYZ23.8932.28.96-
YUV143.2379.9120.7-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.36%
GREEN value IS 165 (64.84% from 255) = 46.35%
BLUE value IS 58 (23.05% from 255) = 16.29%
R=37.36%
G=46.35%
B=16.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal133165580.1900.650.3577.9447.9843.73
Hex85A53A13041234e302c
Octal20524572230101431166054
Binary100001011010010111101010011010000011000111001110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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