#85A332

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

Shades of Sushi #85A332

Tints of Sushi #85A332

Color information

#85A332 (or 0x85A332) is unknown color: approx Sushi. HEX triplet: 85, A3 and 32. RGB value is (133,163,50). Sum of RGB (Red+Green+Blue) = 133+163+50=346 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.44% from 346); Green value is 163 (64.06% from 255 or 47.11% from 346); Blue value is 50 (19.92% from 255 or 14.45% from 346); Max value from RGB is 163 - color contains mainly: green. Hex color #85A332 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A332 is #7A5CCD. Grayscale: #8D8D8D. Windows color (decimal): -8019150 or 3318661. OLE color: 3318661.

HSL color Cylindrical-coordinate representation of color #85A332: hue angle of 75.93º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85A332 is Cyan = 0.18, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB13316350-
CMYK0.1800.690.36
HSL75.93º53.05%41.76%-
HSV(B)75.93º69.33%63.92%-
XYZ23.3531.417.85-
YUV141.1576.56122.19-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.44%
GREEN value IS 163 (64.06% from 255) = 47.11%
BLUE value IS 50 (19.92% from 255) = 14.45%
R=38.44%
G=47.11%
B=14.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal133163500.1800.690.3675.9353.0541.76
Hex85A33212045244c352a
Octal20524362220105441146552
Binary100001011010001111001010010010001011001001001100110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,163,50); }

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

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

 a { background-color: rgb(133,163,50); }

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

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

 span { border-color: rgb(133,163,50); }

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