Shades of Wasabi #8CA238
Tints of Wasabi #8CA238
RGB
CMYK
RGB Variations
Color information
#8CA238 (or 0x8CA238) is known color: Wasabi. HEX triplet: 8C, A2 and 38. RGB value is (140,162,56). Sum of RGB (Red+Green+Blue) = 140+162+56=358 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.11% from 358); Green value is 162 (63.67% from 255 or 45.25% from 358); Blue value is 56 (22.27% from 255 or 15.64% from 358); Max value from RGB is 162 - color contains mainly: green. Hex color #8CA238 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8CA238 is #735DC7. Grayscale: #8F8F8F. Windows color (decimal): -7560648 or 3711628. OLE color: 3711628.
HSL color Cylindrical-coordinate representation of color #8CA238: hue angle of 72.45º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #8CA238 is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 140 | 162 | 56 | - |
| CMYK | 0.14 | 0 | 0.65 | 0.36 |
| HSL | 72.45º | 0.49% | 0.43% | - |
| HSV(B) | 72.45º | 0.65% | 0.64% | - |
| XYZ | 24.45 | 31.7 | 8.57 | - |
| YUV | 143.34 | 78.71 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 162 | 56 | 0.14 | 0 | 0.65 | 0.36 | 72.45 | 0.49 | 0.43 |
| Hex | 8C | A2 | 38 | E | 0 | 41 | 24 | 48 | 31 | 2B |
| Octal | 214 | 242 | 70 | 16 | 0 | 101 | 44 | 110 | 61 | 53 |
| Binary | 10001100 | 10100010 | 111000 | 1110 | 0 | 1000001 | 100100 | 1001000 | 110001 | 101011 |
Color Harmonies of #8CA238
Complementary color
Monochromatic Colors of #8CA238
Black with #8CA238
Text Example
Text Example
White with #8CA238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8CA238; }
p { color: rgb(140,162,56); }
H1.HeaderClassName
{
color: #8CA238;
}
.AnyTagClassName
{
color: #8CA238;
}
</style>
background-color css
<style>
a { background-color: #8CA238; }
a { background-color: rgb(140,162,56); }
div.DivClassName
{
background-color: #8CA238;
}
.BgClassName
{
background-color: #8CA238;
}
</style>
border-color css
<style>
span { border-color: #8CA238; }
span { border-color: rgb(140,162,56); }
td.TdClassName
{
border-color: #8CA238;
}
.TagClassName
{
border-color: #8CA238;
}
</style>