#909A4B

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

Shades of Wasabi #909A4B

Tints of Wasabi #909A4B

Color information

#909A4B (or 0x909A4B) is unknown color: approx Wasabi. HEX triplet: 90, 9A and 4B. RGB value is (144,154,75). Sum of RGB (Red+Green+Blue) = 144+154+75=373 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.61% from 373); Green value is 154 (60.55% from 255 or 41.29% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 154 - color contains mainly: green. Hex color #909A4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #909A4B is #6F65B4. Grayscale: #8E8E8E. Windows color (decimal): -7300533 or 4954768. OLE color: 4954768.

HSL color Cylindrical-coordinate representation of color #909A4B: hue angle of 67.59º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #909A4B is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.40.

Color convert

RGB14415475-
CMYK0.0600.510.40
HSL67.59º34.5%44.9%-
HSV(B)67.59º51.3%60.39%-
XYZ24.3329.5511.08-
YUV14290.19129.42-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.61%
GREEN value IS 154 (60.55% from 255) = 41.29%
BLUE value IS 75 (29.69% from 255) = 20.11%
R=38.61%
G=41.29%
B=20.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal144154750.0600.510.4067.5934.544.9
Hex909A4B60332844222d
Octal2202321136063501044255
Binary1001000010011010100101111001100111010001000100100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #909A4B; }

 p { color: rgb(144,154,75); }

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

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

 a { background-color: rgb(144,154,75); }

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

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

 span { border-color: rgb(144,154,75); }

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