#85AE41

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

Shades of Sushi #85AE41

Tints of Sushi #85AE41

Color information

#85AE41 (or 0x85AE41) is unknown color: approx Sushi. HEX triplet: 85, AE and 41. RGB value is (133,174,65). Sum of RGB (Red+Green+Blue) = 133+174+65=372 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.75% from 372); Green value is 174 (68.36% from 255 or 46.77% from 372); Blue value is 65 (25.78% from 255 or 17.47% from 372); Max value from RGB is 174 - color contains mainly: green. Hex color #85AE41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AE41 is #7A51BE. Grayscale: #959595. Windows color (decimal): -8016319 or 4304517. OLE color: 4304517.

HSL color Cylindrical-coordinate representation of color #85AE41: hue angle of 82.57º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #85AE41 is Cyan = 0.24, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.32.

Color convert

RGB13317465-
CMYK0.2400.630.32
HSL82.57º45.61%46.86%-
HSV(B)82.57º62.64%68.24%-
XYZ25.7635.6410.52-
YUV149.3180.42116.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.75%
GREEN value IS 174 (68.36% from 255) = 46.77%
BLUE value IS 65 (25.78% from 255) = 17.47%
R=35.75%
G=46.77%
B=17.47%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal133174650.2400.630.3282.5745.6146.86
Hex85AE411803F20532e2f
Octal20525610130077401235657
Binary100001011010111010000011100001111111000001010011101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AE41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,174,65); }

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

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

 a { background-color: rgb(133,174,65); }

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

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

 span { border-color: rgb(133,174,65); }

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