#85A236

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

Shades of Sushi #85A236

Tints of Sushi #85A236

Color information

#85A236 (or 0x85A236) is unknown color: approx Sushi. HEX triplet: 85, A2 and 36. RGB value is (133,162,54). Sum of RGB (Red+Green+Blue) = 133+162+54=349 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.11% from 349); Green value is 162 (63.67% from 255 or 46.42% from 349); Blue value is 54 (21.48% from 255 or 15.47% from 349); Max value from RGB is 162 - color contains mainly: green. Hex color #85A236 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A236 is #7A5DC9. Grayscale: #8D8D8D. Windows color (decimal): -8019402 or 3580549. OLE color: 3580549.

HSL color Cylindrical-coordinate representation of color #85A236: hue angle of 76.11º degrees, saturation: 0.5, 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 #85A236 is Cyan = 0.18, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB13316254-
CMYK0.1800.670.36
HSL76.11º50%42.35%-
HSV(B)76.11º66.67%63.53%-
XYZ23.2631.098.27-
YUV141.0278.89122.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.11%
GREEN value IS 162 (63.67% from 255) = 46.42%
BLUE value IS 54 (21.48% from 255) = 15.47%
R=38.11%
G=46.42%
B=15.47%

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
Decimal133162540.1800.670.3676.115042.35
Hex85A23612043244c322a
Octal20524266220103441146252
Binary100001011010001011011010010010000111001001001100110010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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