#8A9435

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

Shades of Wasabi #8A9435

Tints of Wasabi #8A9435

Color information

#8A9435 (or 0x8A9435) is unknown color: approx Wasabi. HEX triplet: 8A, 94 and 35. RGB value is (138,148,53). Sum of RGB (Red+Green+Blue) = 138+148+53=339 (44% of max value = 765). Red value is 138 (54.30% from 255 or 40.71% from 339); Green value is 148 (58.20% from 255 or 43.66% from 339); Blue value is 53 (21.09% from 255 or 15.63% from 339); Max value from RGB is 148 - color contains mainly: green. Hex color #8A9435 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8A9435 is #756BCA. Grayscale: #868686. Windows color (decimal): -7695307 or 3511434. OLE color: 3511434.

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

Color convert

RGB13814853-
CMYK0.0700.640.42
HSL66.32º47.26%39.41%-
HSV(B)66.32º64.19%58.04%-
XYZ21.7126.847.4-
YUV134.1882.19130.72-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.71%
GREEN value IS 148 (58.20% from 255) = 43.66%
BLUE value IS 53 (21.09% from 255) = 15.63%
R=40.71%
G=43.66%
B=15.63%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal138148530.0700.640.4266.3247.2639.41
Hex8A943570402A422f27
Octal2122246570100521025747
Binary1000101010010100110101111010000001010101000010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A9435

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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