#8BA444

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

Shades of Wasabi #8BA444

Tints of Wasabi #8BA444

Color information

#8BA444 (or 0x8BA444) is unknown color: approx Wasabi. HEX triplet: 8B, A4 and 44. RGB value is (139,164,68). Sum of RGB (Red+Green+Blue) = 139+164+68=371 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.47% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 68 (26.95% from 255 or 18.33% from 371); Max value from RGB is 164 - color contains mainly: green. Hex color #8BA444 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA444 is #745BBB. Grayscale: #919191. Windows color (decimal): -7625660 or 4498571. OLE color: 4498571.

HSL color Cylindrical-coordinate representation of color #8BA444: hue angle of 75.62º degrees, saturation: 0.41, 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 #8BA444 is Cyan = 0.15, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB13916468-
CMYK0.1500.590.36
HSL75.62º41.38%45.49%-
HSV(B)75.62º58.54%64.31%-
XYZ24.9732.4610.42-
YUV145.5884.22123.31-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.47%
GREEN value IS 164 (64.45% from 255) = 44.20%
BLUE value IS 68 (26.95% from 255) = 18.33%
R=37.47%
G=44.20%
B=18.33%

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
Decimal139164680.1500.590.3675.6241.3845.49
Hex8BA444F03B244c292d
Octal21324410417073441145155
Binary10001011101001001000100111101110111001001001100101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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