#8A9135

Color #8A9135 Wasabi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wasabi #8A9135

Tints of Wasabi #8A9135

Color information

#8A9135 (or 0x8A9135) is unknown color: approx Wasabi. HEX triplet: 8A, 91 and 35. RGB value is (138,145,53). Sum of RGB (Red+Green+Blue) = 138+145+53=336 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.07% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 53 (21.09% from 255 or 15.77% from 336); Max value from RGB is 145 - color contains mainly: green. Hex color #8A9135 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9135 is #756ECA. Grayscale: #848484. Windows color (decimal): -7696075 or 3510666. OLE color: 3510666.

HSL color Cylindrical-coordinate representation of color #8A9135: hue angle of 64.57º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8A9135 is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.43.

Color convert

RGB13814553-
CMYK0.0500.630.43
HSL64.57º46.46%38.82%-
HSV(B)64.57º63.45%56.86%-
XYZ21.2525.917.25-
YUV132.4283.18131.98-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.07%
GREEN value IS 145 (57.03% from 255) = 43.15%
BLUE value IS 53 (21.09% from 255) = 15.77%
R=41.07%
G=43.15%
B=15.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal138145530.0500.630.4364.5746.4638.82
Hex8A9135503F2B412e27
Octal212221655077531015647
Binary100010101001000111010110101111111010111000001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A9135; }

 p { color: rgb(138,145,53); }

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

<style>
 a { background-color: #8A9135; }

 a { background-color: rgb(138,145,53); }

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

<style>
 span { border-color: #8A9135; }

 span { border-color: rgb(138,145,53); }

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