#85A936

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

Shades of Sushi #85A936

Tints of Sushi #85A936

Color information

#85A936 (or 0x85A936) is unknown color: approx Sushi. HEX triplet: 85, A9 and 36. RGB value is (133,169,54). Sum of RGB (Red+Green+Blue) = 133+169+54=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 169 (66.41% from 255 or 47.47% from 356); Blue value is 54 (21.48% from 255 or 15.17% from 356); Max value from RGB is 169 - color contains mainly: green. Hex color #85A936 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A936 is #7A56C9. Grayscale: #919191. Windows color (decimal): -8017610 or 3582341. OLE color: 3582341.

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

Color convert

RGB13316954-
CMYK0.2100.680.34
HSL78.78º51.57%43.73%-
HSV(B)78.78º68.05%66.27%-
XYZ24.5333.638.69-
YUV145.1376.57119.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.36%
GREEN value IS 169 (66.41% from 255) = 47.47%
BLUE value IS 54 (21.48% from 255) = 15.17%
R=37.36%
G=47.47%
B=15.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal133169540.2100.680.3478.7851.5743.73
Hex85A93615044224f342c
Octal20525166250104421176454
Binary100001011010100111011010101010001001000101001111110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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