#8A8E3B

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

Shades of Wasabi #8A8E3B

Tints of Wasabi #8A8E3B

Color information

#8A8E3B (or 0x8A8E3B) is unknown color: approx Wasabi. HEX triplet: 8A, 8E and 3B. RGB value is (138,142,59). Sum of RGB (Red+Green+Blue) = 138+142+59=339 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.71% from 339); Green value is 142 (55.86% from 255 or 41.89% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 142 - color contains mainly: green. Hex color #8A8E3B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A8E3B is #7571C4. Grayscale: #838383. Windows color (decimal): -7696837 or 3903114. OLE color: 3903114.

HSL color Cylindrical-coordinate representation of color #8A8E3B: hue angle of 62.89º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8A8E3B is Cyan = 0.03, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.44.

Color convert

RGB13814259-
CMYK0.0300.580.44
HSL62.89º41.29%39.41%-
HSV(B)62.89º58.45%55.69%-
XYZ20.9425.077.87-
YUV131.3487.17132.75-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.71%
GREEN value IS 142 (55.86% from 255) = 41.89%
BLUE value IS 59 (23.44% from 255) = 17.40%
R=40.71%
G=41.89%
B=17.40%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal138142590.0300.580.4462.8941.2939.41
Hex8A8E3B303A2C3f2927
Octal21221673307254775147
Binary1000101010001110111011110111010101100111111101001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,142,59); }

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

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

 a { background-color: rgb(138,142,59); }

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

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

 span { border-color: rgb(138,142,59); }

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