Shades of Wasabi #818A38
Tints of Wasabi #818A38
RGB
CMYK
RGB Variations
Color information
#818A38 (or 0x818A38) is known color: Wasabi. HEX triplet: 81, 8A and 38. RGB value is (129,138,56). Sum of RGB (Red+Green+Blue) = 129+138+56=323 (42% of max value = 765). Red value is 129 (50.78% from 255 or 39.94% from 323); Green value is 138 (54.30% from 255 or 42.72% from 323); Blue value is 56 (22.27% from 255 or 17.34% from 323); Max value from RGB is 138 - color contains mainly: green. Hex color #818A38 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818A38 is #7E75C7. Grayscale: #7E7E7E. Windows color (decimal): -8287688 or 3705473. OLE color: 3705473.
HSL color Cylindrical-coordinate representation of color #818A38: hue angle of 66.59º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #818A38 is Cyan = 0.07, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 129 | 138 | 56 | - |
| CMYK | 0.07 | 0 | 0.59 | 0.46 |
| HSL | 66.59º | 0.42% | 0.38% | - |
| HSV(B) | 66.59º | 0.59% | 0.54% | - |
| XYZ | 18.86 | 23.13 | 7.21 | - |
| YUV | 125.96 | 88.52 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 138 | 56 | 0.07 | 0 | 0.59 | 0.46 | 66.59 | 0.42 | 0.38 |
| Hex | 81 | 8A | 38 | 7 | 0 | 3B | 2E | 43 | 2A | 26 |
| Octal | 201 | 212 | 70 | 7 | 0 | 73 | 56 | 103 | 52 | 46 |
| Binary | 10000001 | 10001010 | 111000 | 111 | 0 | 111011 | 101110 | 1000011 | 101010 | 100110 |
Color Harmonies of #818A38
Complementary color
Monochromatic Colors of #818A38
Black with #818A38
Text Example
Text Example
White with #818A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #818A38; }
p { color: rgb(129,138,56); }
H1.HeaderClassName
{
color: #818A38;
}
.AnyTagClassName
{
color: #818A38;
}
</style>
background-color css
<style>
a { background-color: #818A38; }
a { background-color: rgb(129,138,56); }
div.DivClassName
{
background-color: #818A38;
}
.BgClassName
{
background-color: #818A38;
}
</style>
border-color css
<style>
span { border-color: #818A38; }
span { border-color: rgb(129,138,56); }
td.TdClassName
{
border-color: #818A38;
}
.TagClassName
{
border-color: #818A38;
}
</style>