#8A9D34

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

Shades of Wasabi #8A9D34

Tints of Wasabi #8A9D34

Color information

#8A9D34 (or 0x8A9D34) is unknown color: approx Wasabi. HEX triplet: 8A, 9D and 34. RGB value is (138,157,52). Sum of RGB (Red+Green+Blue) = 138+157+52=347 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.77% from 347); Green value is 157 (61.72% from 255 or 45.24% from 347); Blue value is 52 (20.70% from 255 or 14.99% from 347); Max value from RGB is 157 - color contains mainly: green. Hex color #8A9D34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9D34 is #7562CB. Grayscale: #8B8B8B. Windows color (decimal): -7693004 or 3448202. OLE color: 3448202.

HSL color Cylindrical-coordinate representation of color #8A9D34: hue angle of 70.86º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8A9D34 is Cyan = 0.12, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.38.

Color convert

RGB13815752-
CMYK0.1200.670.38
HSL70.86º50.24%40.98%-
HSV(B)70.86º66.88%61.57%-
XYZ23.1629.777.77-
YUV139.3578.71127.04-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.77%
GREEN value IS 157 (61.72% from 255) = 45.24%
BLUE value IS 52 (20.70% from 255) = 14.99%
R=39.77%
G=45.24%
B=14.99%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal138157520.1200.670.3870.8650.2440.98
Hex8A9D34C04326473229
Octal21223564140103461076251
Binary10001010100111011101001100010000111001101000111110010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,157,52); }

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

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

 a { background-color: rgb(138,157,52); }

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

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

 span { border-color: rgb(138,157,52); }

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