#8A9530

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

Shades of Wasabi #8A9530

Tints of Wasabi #8A9530

Color information

#8A9530 (or 0x8A9530) is unknown color: approx Wasabi. HEX triplet: 8A, 95 and 30. RGB value is (138,149,48). Sum of RGB (Red+Green+Blue) = 138+149+48=335 (44% of max value = 765). Red value is 138 (54.30% from 255 or 41.19% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 48 (19.14% from 255 or 14.33% from 335); Max value from RGB is 149 - color contains mainly: green. Hex color #8A9530 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9530 is #756ACF. Grayscale: #868686. Windows color (decimal): -7695056 or 3184010. OLE color: 3184010.

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

Color convert

RGB13814948-
CMYK0.0700.680.42
HSL66.53º51.27%38.63%-
HSV(B)66.53º67.79%58.43%-
XYZ21.7627.116.88-
YUV134.279.36130.71-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 41.19%
GREEN value IS 149 (58.59% from 255) = 44.48%
BLUE value IS 48 (19.14% from 255) = 14.33%
R=41.19%
G=44.48%
B=14.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal138149480.0700.680.4266.5351.2738.63
Hex8A953070442A433327
Octal2122256070104521036347
Binary1000101010010101110000111010001001010101000011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9530

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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