#8BA23B

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

Shades of Wasabi #8BA23B

Tints of Wasabi #8BA23B

Color information

#8BA23B (or 0x8BA23B) is unknown color: approx Wasabi. HEX triplet: 8B, A2 and 3B. RGB value is (139,162,59). Sum of RGB (Red+Green+Blue) = 139+162+59=360 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.61% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 59 (23.44% from 255 or 16.39% from 360); Max value from RGB is 162 - color contains mainly: green. Hex color #8BA23B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA23B is #745DC4. Grayscale: #8F8F8F. Windows color (decimal): -7626181 or 3908235. OLE color: 3908235.

HSL color Cylindrical-coordinate representation of color #8BA23B: hue angle of 73.4º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8BA23B is Cyan = 0.14, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.36.

Color convert

RGB13916259-
CMYK0.1400.640.36
HSL73.4º46.61%43.33%-
HSV(B)73.4º63.58%63.53%-
XYZ24.3631.658.96-
YUV143.3880.38124.88-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.61%
GREEN value IS 162 (63.67% from 255) = 45%
BLUE value IS 59 (23.44% from 255) = 16.39%
R=38.61%
G=45%
B=16.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal139162590.1400.640.3673.446.6143.33
Hex8BA23BE04024492f2b
Octal21324273160100441115753
Binary10001011101000101110111110010000001001001001001101111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA23B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,162,59); }

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

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

 a { background-color: rgb(139,162,59); }

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

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

 span { border-color: rgb(139,162,59); }

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