#85A935

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

Shades of Sushi #85A935

Tints of Sushi #85A935

Color information

#85A935 (or 0x85A935) is unknown color: approx Sushi. HEX triplet: 85, A9 and 35. RGB value is (133,169,53). Sum of RGB (Red+Green+Blue) = 133+169+53=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 169 (66.41% from 255 or 47.61% from 355); Blue value is 53 (21.09% from 255 or 14.93% from 355); Max value from RGB is 169 - color contains mainly: green. Hex color #85A935 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A935 is #7A56CA. Grayscale: #919191. Windows color (decimal): -8017611 or 3516805. OLE color: 3516805.

HSL color Cylindrical-coordinate representation of color #85A935: hue angle of 78.62º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85A935 is Cyan = 0.21, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.34.

Color convert

RGB13316953-
CMYK0.2100.690.34
HSL78.62º52.25%43.53%-
HSV(B)78.62º68.64%66.27%-
XYZ24.533.628.57-
YUV145.0176.07119.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.46%
GREEN value IS 169 (66.41% from 255) = 47.61%
BLUE value IS 53 (21.09% from 255) = 14.93%
R=37.46%
G=47.61%
B=14.93%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal133169530.2100.690.3478.6252.2543.53
Hex85A93515045224f342c
Octal20525165250105421176454
Binary100001011010100111010110101010001011000101001111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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