Shades of Wasabi #99A53E
Tints of Wasabi #99A53E
RGB
CMYK
RGB Variations
Color information
#99A53E (or 0x99A53E) is known color: Wasabi. HEX triplet: 99, A5 and 3E. RGB value is (153,165,62). Sum of RGB (Red+Green+Blue) = 153+165+62=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 165 (64.84% from 255 or 43.42% from 380); Blue value is 62 (24.61% from 255 or 16.32% from 380); Max value from RGB is 165 - color contains mainly: green. Hex color #99A53E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #99A53E is #665AC1. Grayscale: #969696. Windows color (decimal): -6707906 or 4105625. OLE color: 4105625.
HSL color Cylindrical-coordinate representation of color #99A53E: hue angle of 66.99º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #99A53E is Cyan = 0.07, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 153 | 165 | 62 | - |
| CMYK | 0.07 | 0 | 0.62 | 0.35 |
| HSL | 66.99º | 0.45% | 0.45% | - |
| HSV(B) | 66.99º | 0.62% | 0.65% | - |
| XYZ | 27.46 | 34.03 | 9.68 | - |
| YUV | 149.67 | 78.52 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 165 | 62 | 0.07 | 0 | 0.62 | 0.35 | 66.99 | 0.45 | 0.45 |
| Hex | 99 | A5 | 3E | 7 | 0 | 3E | 23 | 43 | 2D | 2D |
| Octal | 231 | 245 | 76 | 7 | 0 | 76 | 43 | 103 | 55 | 55 |
| Binary | 10011001 | 10100101 | 111110 | 111 | 0 | 111110 | 100011 | 1000011 | 101101 | 101101 |
Color Harmonies of #99A53E
Complementary color
Monochromatic Colors of #99A53E
Black with #99A53E
Text Example
Text Example
White with #99A53E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99A53E; }
p { color: rgb(153,165,62); }
H1.HeaderClassName
{
color: #99A53E;
}
.AnyTagClassName
{
color: #99A53E;
}
</style>
background-color css
<style>
a { background-color: #99A53E; }
a { background-color: rgb(153,165,62); }
div.DivClassName
{
background-color: #99A53E;
}
.BgClassName
{
background-color: #99A53E;
}
</style>
border-color css
<style>
span { border-color: #99A53E; }
span { border-color: rgb(153,165,62); }
td.TdClassName
{
border-color: #99A53E;
}
.TagClassName
{
border-color: #99A53E;
}
</style>