#8A9A4B

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

Shades of Wasabi #8A9A4B

Tints of Wasabi #8A9A4B

Color information

#8A9A4B (or 0x8A9A4B) is unknown color: approx Wasabi. HEX triplet: 8A, 9A and 4B. RGB value is (138,154,75). Sum of RGB (Red+Green+Blue) = 138+154+75=367 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.60% from 367); Green value is 154 (60.55% from 255 or 41.96% from 367); Blue value is 75 (29.69% from 255 or 20.44% from 367); Max value from RGB is 154 - color contains mainly: green. Hex color #8A9A4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9A4B is #7565B4. Grayscale: #8C8C8C. Windows color (decimal): -7693749 or 4954762. OLE color: 4954762.

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

Color convert

RGB13815475-
CMYK0.1000.510.40
HSL72.15º34.5%44.9%-
HSV(B)72.15º51.3%60.39%-
XYZ23.3129.0211.03-
YUV140.2191.2126.42-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.60%
GREEN value IS 154 (60.55% from 255) = 41.96%
BLUE value IS 75 (29.69% from 255) = 20.44%
R=37.60%
G=41.96%
B=20.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal138154750.1000.510.4072.1534.544.9
Hex8A9A4BA0332848222d
Octal21223211312063501104255
Binary10001010100110101001011101001100111010001001000100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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