#8A9B3C

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

Shades of Wasabi #8A9B3C

Tints of Wasabi #8A9B3C

Color information

#8A9B3C (or 0x8A9B3C) is unknown color: approx Wasabi. HEX triplet: 8A, 9B and 3C. RGB value is (138,155,60). Sum of RGB (Red+Green+Blue) = 138+155+60=353 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.09% from 353); Green value is 155 (60.94% from 255 or 43.91% from 353); Blue value is 60 (23.83% from 255 or 17.00% from 353); Max value from RGB is 155 - color contains mainly: green. Hex color #8A9B3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9B3C is #7564C3. Grayscale: #8B8B8B. Windows color (decimal): -7693508 or 3971978. OLE color: 3971978.

HSL color Cylindrical-coordinate representation of color #8A9B3C: hue angle of 70.74º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8A9B3C is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.39.

Color convert

RGB13815560-
CMYK0.1100.610.39
HSL70.74º44.19%42.16%-
HSV(B)70.74º61.29%60.78%-
XYZ23.0229.178.69-
YUV139.0983.37127.22-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 39.09%
GREEN value IS 155 (60.94% from 255) = 43.91%
BLUE value IS 60 (23.83% from 255) = 17.00%
R=39.09%
G=43.91%
B=17.00%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal138155600.1100.610.3970.7444.1942.16
Hex8A9B3CB03D27472c2a
Octal2122337413075471075452
Binary1000101010011011111100101101111011001111000111101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,155,60); }

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

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

 a { background-color: rgb(138,155,60); }

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

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

 span { border-color: rgb(138,155,60); }

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