#8A9A35

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

Shades of Wasabi #8A9A35

Tints of Wasabi #8A9A35

Color information

#8A9A35 (or 0x8A9A35) is unknown color: approx Wasabi. HEX triplet: 8A, 9A and 35. RGB value is (138,154,53). Sum of RGB (Red+Green+Blue) = 138+154+53=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 154 (60.55% from 255 or 44.64% from 345); Blue value is 53 (21.09% from 255 or 15.36% from 345); Max value from RGB is 154 - color contains mainly: green. Hex color #8A9A35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9A35 is #7565CA. Grayscale: #8A8A8A. Windows color (decimal): -7693771 or 3512970. OLE color: 3512970.

HSL color Cylindrical-coordinate representation of color #8A9A35: hue angle of 69.5º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8A9A35 is Cyan = 0.10, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB13815453-
CMYK0.1000.660.40
HSL69.5º48.79%40.59%-
HSV(B)69.5º65.58%60.39%-
XYZ22.6828.777.73-
YUV137.780.2128.21-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40%
GREEN value IS 154 (60.55% from 255) = 44.64%
BLUE value IS 53 (21.09% from 255) = 15.36%
R=40%
G=44.64%
B=15.36%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal138154530.1000.660.4069.548.7940.59
Hex8A9A35A04228463129
Octal21223265120102501066151
Binary10001010100110101101011010010000101010001000110110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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