#85AC41

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

Shades of Sushi #85AC41

Tints of Sushi #85AC41

Color information

#85AC41 (or 0x85AC41) is unknown color: approx Sushi. HEX triplet: 85, AC and 41. RGB value is (133,172,65). Sum of RGB (Red+Green+Blue) = 133+172+65=370 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.95% from 370); Green value is 172 (67.58% from 255 or 46.49% from 370); Blue value is 65 (25.78% from 255 or 17.57% from 370); Max value from RGB is 172 - color contains mainly: green. Hex color #85AC41 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AC41 is #7A53BE. Grayscale: #949494. Windows color (decimal): -8016831 or 4304005. OLE color: 4304005.

HSL color Cylindrical-coordinate representation of color #85AC41: hue angle of 81.87º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #85AC41 is Cyan = 0.23, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB13317265-
CMYK0.2300.620.33
HSL81.87º45.15%46.47%-
HSV(B)81.87º62.21%67.45%-
XYZ25.3834.8710.39-
YUV148.1481.08117.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 35.95%
GREEN value IS 172 (67.58% from 255) = 46.49%
BLUE value IS 65 (25.78% from 255) = 17.57%
R=35.95%
G=46.49%
B=17.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133172650.2300.620.3381.8745.1546.47
Hex85AC411703E21522d2e
Octal20525410127076411225556
Binary100001011010110010000011011101111101000011010010101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AC41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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