#85AB38

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

Shades of Sushi #85AB38

Tints of Sushi #85AB38

Color information

#85AB38 (or 0x85AB38) is unknown color: approx Sushi. HEX triplet: 85, AB and 38. RGB value is (133,171,56). Sum of RGB (Red+Green+Blue) = 133+171+56=360 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.94% from 360); Green value is 171 (67.19% from 255 or 47.5% from 360); Blue value is 56 (22.27% from 255 or 15.56% from 360); Max value from RGB is 171 - color contains mainly: green. Hex color #85AB38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85AB38 is #7A54C7. Grayscale: #929292. Windows color (decimal): -8017096 or 3713925. OLE color: 3713925.

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

Color convert

RGB13317156-
CMYK0.2200.670.33
HSL79.83º50.66%44.51%-
HSV(B)79.83º67.25%67.06%-
XYZ24.9534.49.07-
YUV146.5376.91118.35-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.94%
GREEN value IS 171 (67.19% from 255) = 47.5%
BLUE value IS 56 (22.27% from 255) = 15.56%
R=36.94%
G=47.5%
B=15.56%

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
Decimal133171560.2200.670.3379.8350.6644.51
Hex85AB38160432150332d
Octal20525370260103411206355
Binary100001011010101111100010110010000111000011010000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #85AB38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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