#8BA03F

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

Shades of Wasabi #8BA03F

Tints of Wasabi #8BA03F

Color information

#8BA03F (or 0x8BA03F) is unknown color: approx Wasabi. HEX triplet: 8B, A0 and 3F. RGB value is (139,160,63). Sum of RGB (Red+Green+Blue) = 139+160+63=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 160 (62.89% from 255 or 44.20% from 362); Blue value is 63 (25% from 255 or 17.40% from 362); Max value from RGB is 160 - color contains mainly: green. Hex color #8BA03F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA03F is #745FC0. Grayscale: #8F8F8F. Windows color (decimal): -7626689 or 4169867. OLE color: 4169867.

HSL color Cylindrical-coordinate representation of color #8BA03F: hue angle of 72.99º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8BA03F is Cyan = 0.13, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB13916063-
CMYK0.1300.610.37
HSL72.99º43.5%43.73%-
HSV(B)72.99º60.62%62.75%-
XYZ24.1230.999.41-
YUV142.6683.04125.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.40%
GREEN value IS 160 (62.89% from 255) = 44.20%
BLUE value IS 63 (25% from 255) = 17.40%
R=38.40%
G=44.20%
B=17.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal139160630.1300.610.3772.9943.543.73
Hex8BA03FD03D25492b2c
Octal2132407715075451115354
Binary1000101110100000111111110101111011001011001001101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA03F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,160,63); }

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

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

 a { background-color: rgb(139,160,63); }

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

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

 span { border-color: rgb(139,160,63); }

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