#909531

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

Shades of Wasabi #909531

Tints of Wasabi #909531

Color information

#909531 (or 0x909531) is unknown color: approx Wasabi. HEX triplet: 90, 95 and 31. RGB value is (144,149,49). Sum of RGB (Red+Green+Blue) = 144+149+49=342 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.11% from 342); Green value is 149 (58.59% from 255 or 43.57% from 342); Blue value is 49 (19.53% from 255 or 14.33% from 342); Max value from RGB is 149 - color contains mainly: green. Hex color #909531 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #909531 is #6F6ACE. Grayscale: #888888. Windows color (decimal): -7301839 or 3249552. OLE color: 3249552.

HSL color Cylindrical-coordinate representation of color #909531: hue angle of 63º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #909531 is Cyan = 0.03, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.42.

Color convert

RGB14414949-
CMYK0.0300.670.42
HSL63º50.51%38.82%-
HSV(B)63º67.11%58.43%-
XYZ22.827.657.04-
YUV136.1178.84133.63-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.11%
GREEN value IS 149 (58.59% from 255) = 43.57%
BLUE value IS 49 (19.53% from 255) = 14.33%
R=42.11%
G=43.57%
B=14.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal144149490.0300.670.426350.5138.82
Hex90953130432A3f3327
Octal220225613010352776347
Binary10010000100101011100011101000011101010111111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909531; }

 p { color: rgb(144,149,49); }

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

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

 a { background-color: rgb(144,149,49); }

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

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

 span { border-color: rgb(144,149,49); }

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