#85A235

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

Shades of Sushi #85A235

Tints of Sushi #85A235

Color information

#85A235 (or 0x85A235) is unknown color: approx Sushi. HEX triplet: 85, A2 and 35. RGB value is (133,162,53). Sum of RGB (Red+Green+Blue) = 133+162+53=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 162 (63.67% from 255 or 46.55% from 348); Blue value is 53 (21.09% from 255 or 15.23% from 348); Max value from RGB is 162 - color contains mainly: green. Hex color #85A235 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A235 is #7A5DCA. Grayscale: #8D8D8D. Windows color (decimal): -8019403 or 3515013. OLE color: 3515013.

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

Color convert

RGB13316253-
CMYK0.1800.670.36
HSL75.96º50.7%42.16%-
HSV(B)75.96º67.28%63.53%-
XYZ23.2431.088.14-
YUV140.978.39122.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.22%
GREEN value IS 162 (63.67% from 255) = 46.55%
BLUE value IS 53 (21.09% from 255) = 15.23%
R=38.22%
G=46.55%
B=15.23%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal133162530.1800.670.3675.9650.742.16
Hex85A23512043244c332a
Octal20524265220103441146352
Binary100001011010001011010110010010000111001001001100110011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A235

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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