#85A244

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

Shades of Sushi #85A244

Tints of Sushi #85A244

Color information

#85A244 (or 0x85A244) is unknown color: approx Sushi. HEX triplet: 85, A2 and 44. RGB value is (133,162,68). Sum of RGB (Red+Green+Blue) = 133+162+68=363 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.64% from 363); Green value is 162 (63.67% from 255 or 44.63% from 363); Blue value is 68 (26.95% from 255 or 18.73% from 363); Max value from RGB is 162 - color contains mainly: green. Hex color #85A244 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A244 is #7A5DBB. Grayscale: #8E8E8E. Windows color (decimal): -8019388 or 4498053. OLE color: 4498053.

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

Color convert

RGB13316268-
CMYK0.1800.580.36
HSL78.51º40.87%45.1%-
HSV(B)78.51º58.02%63.53%-
XYZ23.6431.2410.25-
YUV142.6185.89121.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.64%
GREEN value IS 162 (63.67% from 255) = 44.63%
BLUE value IS 68 (26.95% from 255) = 18.73%
R=36.64%
G=44.63%
B=18.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal133162680.1800.580.3678.5140.8745.1
Hex85A2441203A244f292d
Octal20524210422072441175155
Binary100001011010001010001001001001110101001001001111101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,162,68); }

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

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

 a { background-color: rgb(133,162,68); }

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

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

 span { border-color: rgb(133,162,68); }

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