#8BA137

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

Shades of Wasabi #8BA137

Tints of Wasabi #8BA137

Color information

#8BA137 (or 0x8BA137) is unknown color: approx Wasabi. HEX triplet: 8B, A1 and 37. RGB value is (139,161,55). Sum of RGB (Red+Green+Blue) = 139+161+55=355 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.15% from 355); Green value is 161 (63.28% from 255 or 45.35% from 355); Blue value is 55 (21.88% from 255 or 15.49% from 355); Max value from RGB is 161 - color contains mainly: green. Hex color #8BA137 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA137 is #745EC8. Grayscale: #8E8E8E. Windows color (decimal): -7626441 or 3645835. OLE color: 3645835.

HSL color Cylindrical-coordinate representation of color #8BA137: hue angle of 72.45º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8BA137 is Cyan = 0.14, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.37.

Color convert

RGB13916155-
CMYK0.1400.660.37
HSL72.45º49.07%42.35%-
HSV(B)72.45º65.84%63.14%-
XYZ24.0831.258.38-
YUV142.3478.71125.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.15%
GREEN value IS 161 (63.28% from 255) = 45.35%
BLUE value IS 55 (21.88% from 255) = 15.49%
R=39.15%
G=45.35%
B=15.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal139161550.1400.660.3772.4549.0742.35
Hex8BA137E0422548312a
Octal21324167160102451106152
Binary10001011101000011101111110010000101001011001000110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,161,55); }

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

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

 a { background-color: rgb(139,161,55); }

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

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

 span { border-color: rgb(139,161,55); }

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