#8A9452

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

Shades of Wasabi #8A9452

Tints of Wasabi #8A9452

Color information

#8A9452 (or 0x8A9452) is unknown color: approx Wasabi. HEX triplet: 8A, 94 and 52. RGB value is (138,148,82). Sum of RGB (Red+Green+Blue) = 138+148+82=368 (48% of max value = 765). Red value is 138 (54.30% from 255 or 37.5% from 368); Green value is 148 (58.20% from 255 or 40.22% from 368); Blue value is 82 (32.42% from 255 or 22.28% from 368); Max value from RGB is 148 - color contains mainly: green. Hex color #8A9452 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A9452 is #756BAD. Grayscale: #898989. Windows color (decimal): -7695278 or 5411978. OLE color: 5411978.

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

Color convert

RGB13814882-
CMYK0.0700.450.42
HSL69.09º28.7%45.1%-
HSV(B)69.09º44.59%58.04%-
XYZ22.5927.1912.04-
YUV137.4996.69128.37-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 37.5%
GREEN value IS 148 (58.20% from 255) = 40.22%
BLUE value IS 82 (32.42% from 255) = 22.28%
R=37.5%
G=40.22%
B=22.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal138148820.0700.450.4269.0928.745.1
Hex8A9452702D2A451d2d
Octal2122241227055521053555
Binary100010101001010010100101110101101101010100010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,148,82); }

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

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

 a { background-color: rgb(138,148,82); }

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

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

 span { border-color: rgb(138,148,82); }

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