#8A9335

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

Shades of Wasabi #8A9335

Tints of Wasabi #8A9335

Color information

#8A9335 (or 0x8A9335) is unknown color: approx Wasabi. HEX triplet: 8A, 93 and 35. RGB value is (138,147,53). Sum of RGB (Red+Green+Blue) = 138+147+53=338 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.83% from 338); Green value is 147 (57.81% from 255 or 43.49% from 338); Blue value is 53 (21.09% from 255 or 15.68% from 338); Max value from RGB is 147 - color contains mainly: green. Hex color #8A9335 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9335 is #756CCA. Grayscale: #858585. Windows color (decimal): -7695563 or 3511178. OLE color: 3511178.

HSL color Cylindrical-coordinate representation of color #8A9335: hue angle of 65.74º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A9335 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.42.

Color convert

RGB13814753-
CMYK0.0600.640.42
HSL65.74º47%39.22%-
HSV(B)65.74º63.95%57.65%-
XYZ21.5626.537.35-
YUV133.5982.52131.14-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.83%
GREEN value IS 147 (57.81% from 255) = 43.49%
BLUE value IS 53 (21.09% from 255) = 15.68%
R=40.83%
G=43.49%
B=15.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal138147530.0600.640.4265.744739.22
Hex8A933560402A422f27
Octal2122236560100521025747
Binary1000101010010011110101110010000001010101000010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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