#85aa38

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

Shades of Sushi #85AA38

Tints of Sushi #85AA38

Color information

#85AA38 (or 0x85AA38) is unknown color: approx Sushi. HEX triplet: 85, AA and 38. RGB value is (133,170,56). Sum of RGB (Red+Green+Blue) = 133+170+56=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 170 (66.80% from 255 or 47.35% from 359); Blue value is 56 (22.27% from 255 or 15.60% from 359); Max value from RGB is 170 - color contains mainly: green. Hex color #85AA38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AA38 is #7A55C7. Grayscale: #929292. Windows color (decimal): -8017352 or 3713669. OLE color: 3713669.

HSL color Cylindrical-coordinate representation of color #85AA38: hue angle of 79.47º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #85AA38 is Cyan = 0.22, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB13317056-
CMYK0.2200.670.33
HSL79.47º50.44%44.31%-
HSV(B)79.47º67.06%66.67%-
XYZ24.7634.029-
YUV145.9477.24118.77-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.05%
GREEN value IS 170 (66.80% from 255) = 47.35%
BLUE value IS 56 (22.27% from 255) = 15.60%
R=37.05%
G=47.35%
B=15.60%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133170560.2200.670.3379.4750.4444.31
Hex85AA3816043214f322c
Octal20525270260103411176254
Binary100001011010101011100010110010000111000011001111110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85aa38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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