#99A640

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

Shades of Wasabi #99A640

Tints of Wasabi #99A640

Color information

#99A640 (or 0x99A640) is unknown color: approx Wasabi. HEX triplet: 99, A6 and 40. RGB value is (153,166,64). Sum of RGB (Red+Green+Blue) = 153+166+64=383 (50% of max value = 765). Red value is 153 (60.16% from 255 or 39.95% from 383); Green value is 166 (65.23% from 255 or 43.34% from 383); Blue value is 64 (25.39% from 255 or 16.71% from 383); Max value from RGB is 166 - color contains mainly: green. Hex color #99A640 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A640 is #6659BF. Grayscale: #969696. Windows color (decimal): -6707648 or 4236953. OLE color: 4236953.

HSL color Cylindrical-coordinate representation of color #99A640: hue angle of 67.65º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #99A640 is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.35.

Color convert

RGB15316664-
CMYK0.0800.610.35
HSL67.65º44.35%45.1%-
HSV(B)67.65º61.45%65.1%-
XYZ27.734.4110.03-
YUV150.4879.19129.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 39.95%
GREEN value IS 166 (65.23% from 255) = 43.34%
BLUE value IS 64 (25.39% from 255) = 16.71%
R=39.95%
G=43.34%
B=16.71%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal153166640.0800.610.3567.6544.3545.1
Hex99A640803D23442c2d
Octal23124610010075431045455
Binary10011001101001101000000100001111011000111000100101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99A640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99A640; }

 p { color: rgb(153,166,64); }

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

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

 a { background-color: rgb(153,166,64); }

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

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

 span { border-color: rgb(153,166,64); }

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