#85A43A

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

Shades of Sushi #85A43A

Tints of Sushi #85A43A

Color information

#85A43A (or 0x85A43A) is unknown color: approx Sushi. HEX triplet: 85, A4 and 3A. RGB value is (133,164,58). Sum of RGB (Red+Green+Blue) = 133+164+58=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 164 (64.45% from 255 or 46.20% from 355); Blue value is 58 (23.05% from 255 or 16.34% from 355); Max value from RGB is 164 - color contains mainly: green. Hex color #85A43A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A43A is #7A5BC5. Grayscale: #8F8F8F. Windows color (decimal): -8018886 or 3843205. OLE color: 3843205.

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

Color convert

RGB13316458-
CMYK0.1900.650.36
HSL77.55º47.75%43.53%-
HSV(B)77.55º64.63%64.31%-
XYZ23.7131.848.9-
YUV142.6580.23121.12-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.46%
GREEN value IS 164 (64.45% from 255) = 46.20%
BLUE value IS 58 (23.05% from 255) = 16.34%
R=37.46%
G=46.20%
B=16.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal133164580.1900.650.3677.5547.7543.53
Hex85A43A13041244e302c
Octal20524472230101441166054
Binary100001011010010011101010011010000011001001001110110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A43A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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