#85AC3D

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

Shades of Sushi #85AC3D

Tints of Sushi #85AC3D

Color information

#85AC3D (or 0x85AC3D) is unknown color: approx Sushi. HEX triplet: 85, AC and 3D. RGB value is (133,172,61). Sum of RGB (Red+Green+Blue) = 133+172+61=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 172 (67.58% from 255 or 46.99% from 366); Blue value is 61 (24.22% from 255 or 16.67% from 366); Max value from RGB is 172 - color contains mainly: green. Hex color #85AC3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AC3D is #7A53C2. Grayscale: #949494. Windows color (decimal): -8016835 or 4041861. OLE color: 4041861.

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

Color convert

RGB13317261-
CMYK0.2300.650.33
HSL81.08º47.64%45.69%-
HSV(B)81.08º64.53%67.45%-
XYZ25.2734.839.81-
YUV147.6879.08117.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.34%
GREEN value IS 172 (67.58% from 255) = 46.99%
BLUE value IS 61 (24.22% from 255) = 16.67%
R=36.34%
G=46.99%
B=16.67%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133172610.2300.650.3381.0847.6445.69
Hex85AC3D170412151302e
Octal20525475270101411216056
Binary100001011010110011110110111010000011000011010001110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AC3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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