#89A238

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

Shades of Sushi #89A238

Tints of Sushi #89A238

Color information

#89A238 (or 0x89A238) is unknown color: approx Sushi. HEX triplet: 89, A2 and 38. RGB value is (137,162,56). Sum of RGB (Red+Green+Blue) = 137+162+56=355 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.59% from 355); Green value is 162 (63.67% from 255 or 45.63% from 355); Blue value is 56 (22.27% from 255 or 15.77% from 355); Max value from RGB is 162 - color contains mainly: green. Hex color #89A238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #89A238 is #765DC7. Grayscale: #8E8E8E. Windows color (decimal): -7757256 or 3711625. OLE color: 3711625.

HSL color Cylindrical-coordinate representation of color #89A238: hue angle of 74.15º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #89A238 is Cyan = 0.15, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB13716256-
CMYK0.1500.650.36
HSL74.15º48.62%42.75%-
HSV(B)74.15º65.43%63.53%-
XYZ23.9531.448.55-
YUV142.4479.22124.12-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 38.59%
GREEN value IS 162 (63.67% from 255) = 45.63%
BLUE value IS 56 (22.27% from 255) = 15.77%
R=38.59%
G=45.63%
B=15.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal137162560.1500.650.3674.1548.6242.75
Hex89A238F041244a312b
Octal21124270170101441126153
Binary10001001101000101110001111010000011001001001010110001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89A238; }

 p { color: rgb(137,162,56); }

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

<style>
 a { background-color: #89A238; }

 a { background-color: rgb(137,162,56); }

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

<style>
 span { border-color: #89A238; }

 span { border-color: rgb(137,162,56); }

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