#8a9130

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

Shades of Wasabi #8A9130

Tints of Wasabi #8A9130

Color information

#8A9130 (or 0x8A9130) is unknown color: approx Wasabi. HEX triplet: 8A, 91 and 30. RGB value is (138,145,48). Sum of RGB (Red+Green+Blue) = 138+145+48=331 (43% of max value = 765). Red value is 138 (54.30% from 255 or 41.69% from 331); Green value is 145 (57.03% from 255 or 43.81% from 331); Blue value is 48 (19.14% from 255 or 14.50% from 331); Max value from RGB is 145 - color contains mainly: green. Hex color #8A9130 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9130 is #756ECF. Grayscale: #848484. Windows color (decimal): -7696080 or 3182986. OLE color: 3182986.

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

Color convert

RGB13814548-
CMYK0.0500.670.43
HSL64.33º50.26%37.84%-
HSV(B)64.33º66.9%56.86%-
XYZ21.1425.876.68-
YUV131.8580.68132.39-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.69%
GREEN value IS 145 (57.03% from 255) = 43.81%
BLUE value IS 48 (19.14% from 255) = 14.50%
R=41.69%
G=43.81%
B=14.50%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal138145480.0500.670.4364.3350.2637.84
Hex8A913050432B403226
Octal2122216050103531006246
Binary1000101010010001110000101010000111010111000000110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8a9130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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