#8B9250

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

Shades of Wasabi #8B9250

Tints of Wasabi #8B9250

Color information

#8B9250 (or 0x8B9250) is unknown color: approx Wasabi. HEX triplet: 8B, 92 and 50. RGB value is (139,146,80). Sum of RGB (Red+Green+Blue) = 139+146+80=365 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.08% from 365); Green value is 146 (57.42% from 255 or 40% from 365); Blue value is 80 (31.64% from 255 or 21.92% from 365); Max value from RGB is 146 - color contains mainly: green. Hex color #8B9250 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9250 is #746DAF. Grayscale: #888888. Windows color (decimal): -7630256 or 5280395. OLE color: 5280395.

HSL color Cylindrical-coordinate representation of color #8B9250: hue angle of 66.36º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B9250 is Cyan = 0.05, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB13914680-
CMYK0.0500.450.43
HSL66.36º29.2%44.31%-
HSV(B)66.36º45.21%57.25%-
XYZ22.3726.6311.55-
YUV136.3896.18129.87-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 38.08%
GREEN value IS 146 (57.42% from 255) = 40%
BLUE value IS 80 (31.64% from 255) = 21.92%
R=38.08%
G=40%
B=21.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal139146800.0500.450.4366.3629.244.31
Hex8B9250502D2B421d2c
Octal2132221205055531023554
Binary100010111001001010100001010101101101011100001011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,146,80); }

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

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

 a { background-color: rgb(139,146,80); }

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

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

 span { border-color: rgb(139,146,80); }

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