#8B9251

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

Shades of Wasabi #8B9251

Tints of Wasabi #8B9251

Color information

#8B9251 (or 0x8B9251) is unknown color: approx Wasabi. HEX triplet: 8B, 92 and 51. RGB value is (139,146,81). Sum of RGB (Red+Green+Blue) = 139+146+81=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 81 (32.03% from 255 or 22.13% from 366); Max value from RGB is 146 - color contains mainly: green. Hex color #8B9251 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8B9251 is #746DAE. Grayscale: #888888. Windows color (decimal): -7630255 or 5345931. OLE color: 5345931.

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

Color convert

RGB13914681-
CMYK0.0500.450.43
HSL66.46º28.63%44.51%-
HSV(B)66.46º44.52%57.25%-
XYZ22.4126.6411.75-
YUV136.596.68129.79-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.98%
GREEN value IS 146 (57.42% from 255) = 39.89%
BLUE value IS 81 (32.03% from 255) = 22.13%
R=37.98%
G=39.89%
B=22.13%

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
Decimal139146810.0500.450.4366.4628.6344.51
Hex8B9251502D2B421d2d
Octal2132221215055531023555
Binary100010111001001010100011010101101101011100001011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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