#85AC38

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

Shades of Sushi #85AC38

Tints of Sushi #85AC38

Color information

#85AC38 (or 0x85AC38) is unknown color: approx Sushi. HEX triplet: 85, AC and 38. RGB value is (133,172,56). Sum of RGB (Red+Green+Blue) = 133+172+56=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 172 (67.58% from 255 or 47.65% from 361); Blue value is 56 (22.27% from 255 or 15.51% from 361); Max value from RGB is 172 - color contains mainly: green. Hex color #85AC38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AC38 is #7A53C7. Grayscale: #939393. Windows color (decimal): -8016840 or 3714181. OLE color: 3714181.

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

Color convert

RGB13317256-
CMYK0.2300.670.33
HSL80.17º50.88%44.71%-
HSV(B)80.17º67.44%67.45%-
XYZ25.1434.789.13-
YUV147.1276.58117.93-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.84%
GREEN value IS 172 (67.58% from 255) = 47.65%
BLUE value IS 56 (22.27% from 255) = 15.51%
R=36.84%
G=47.65%
B=15.51%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133172560.2300.670.3380.1750.8844.71
Hex85AC38170432150332d
Octal20525470270103411206355
Binary100001011010110011100010111010000111000011010000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AC38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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