#8B9832

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

Shades of Wasabi #8B9832

Tints of Wasabi #8B9832

Color information

#8B9832 (or 0x8B9832) is unknown color: approx Wasabi. HEX triplet: 8B, 98 and 32. RGB value is (139,152,50). Sum of RGB (Red+Green+Blue) = 139+152+50=341 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.76% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 50 (19.92% from 255 or 14.66% from 341); Max value from RGB is 152 - color contains mainly: green. Hex color #8B9832 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8B9832 is #7467CD. Grayscale: #888888. Windows color (decimal): -7628750 or 3315851. OLE color: 3315851.

HSL color Cylindrical-coordinate representation of color #8B9832: hue angle of 67.65º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8B9832 is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.40.

Color convert

RGB13915250-
CMYK0.0900.670.40
HSL67.65º50.5%39.61%-
HSV(B)67.65º67.11%59.61%-
XYZ22.4528.187.27-
YUV136.4879.19129.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.76%
GREEN value IS 152 (59.77% from 255) = 44.57%
BLUE value IS 50 (19.92% from 255) = 14.66%
R=40.76%
G=44.57%
B=14.66%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal139152500.0900.670.4067.6550.539.61
Hex8B9832904328443228
Octal21323062110103501046250
Binary10001011100110001100101001010000111010001000100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,152,50); }

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

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

 a { background-color: rgb(139,152,50); }

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

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

 span { border-color: rgb(139,152,50); }

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