#85A638

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

Shades of Sushi #85A638

Tints of Sushi #85A638

Color information

#85A638 (or 0x85A638) is unknown color: approx Sushi. HEX triplet: 85, A6 and 38. RGB value is (133,166,56). Sum of RGB (Red+Green+Blue) = 133+166+56=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 166 (65.23% from 255 or 46.76% from 355); Blue value is 56 (22.27% from 255 or 15.77% from 355); Max value from RGB is 166 - color contains mainly: green. Hex color #85A638 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A638 is #7A59C7. Grayscale: #909090. Windows color (decimal): -8018376 or 3712645. OLE color: 3712645.

HSL color Cylindrical-coordinate representation of color #85A638: hue angle of 78º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #85A638 is Cyan = 0.20, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.35.

Color convert

RGB13316656-
CMYK0.2000.660.35
HSL78º49.55%43.53%-
HSV(B)78º66.27%65.1%-
XYZ24.0232.548.76-
YUV143.5978.57120.44-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.46%
GREEN value IS 166 (65.23% from 255) = 46.76%
BLUE value IS 56 (22.27% from 255) = 15.77%
R=37.46%
G=46.76%
B=15.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal133166560.2000.660.357849.5543.53
Hex85A63814042234e322c
Octal20524670240102431166254
Binary100001011010011011100010100010000101000111001110110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85A638

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,166,56); }

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

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

 a { background-color: rgb(133,166,56); }

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

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

 span { border-color: rgb(133,166,56); }

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