#8BA443

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

Shades of Wasabi #8BA443

Tints of Wasabi #8BA443

Color information

#8BA443 (or 0x8BA443) is unknown color: approx Wasabi. HEX triplet: 8B, A4 and 43. RGB value is (139,164,67). Sum of RGB (Red+Green+Blue) = 139+164+67=370 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.57% from 370); Green value is 164 (64.45% from 255 or 44.32% from 370); Blue value is 67 (26.56% from 255 or 18.11% from 370); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA443 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA443 is #745BBC. Grayscale: #919191. Windows color (decimal): -7625661 or 4433035. OLE color: 4433035.

HSL color Cylindrical-coordinate representation of color #8BA443: hue angle of 75.46º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8BA443 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB13916467-
CMYK0.1500.590.36
HSL75.46º41.99%45.29%-
HSV(B)75.46º59.15%64.31%-
XYZ24.9432.4510.26-
YUV145.4783.72123.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.57%
GREEN value IS 164 (64.45% from 255) = 44.32%
BLUE value IS 67 (26.56% from 255) = 18.11%
R=37.57%
G=44.32%
B=18.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal139164670.1500.590.3675.4641.9945.29
Hex8BA443F03B244b2a2d
Octal21324410317073441135255
Binary10001011101001001000011111101110111001001001011101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,164,67); }

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

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

 a { background-color: rgb(139,164,67); }

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

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

 span { border-color: rgb(139,164,67); }

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