Shades of Sushi #8BA63D
Tints of Sushi #8BA63D
RGB
CMYK
RGB Variations
Color information
#8BA63D (or 0x8BA63D) is known color: Sushi. HEX triplet: 8B, A6 and 3D. RGB value is (139,166,61). Sum of RGB (Red+Green+Blue) = 139+166+61=366 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.98% from 366); Green value is 166 (65.23% from 255 or 45.36% from 366); Blue value is 61 (24.22% from 255 or 16.67% from 366); Max value from RGB is 166 - color contains mainly: green. Hex color #8BA63D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #8BA63D is #7459C2. Grayscale: #929292. Windows color (decimal): -7625155 or 4040331. OLE color: 4040331.
HSL color Cylindrical-coordinate representation of color #8BA63D: hue angle of 75.43º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8BA63D is Cyan = 0.16, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 139 | 166 | 61 | - |
| CMYK | 0.16 | 0 | 0.63 | 0.35 |
| HSL | 75.43º | 0.46% | 0.45% | - |
| HSV(B) | 75.43º | 0.63% | 0.65% | - |
| XYZ | 25.13 | 33.1 | 9.48 | - |
| YUV | 145.96 | 80.05 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 166 | 61 | 0.16 | 0 | 0.63 | 0.35 | 75.43 | 0.46 | 0.45 |
| Hex | 8B | A6 | 3D | 10 | 0 | 3F | 23 | 4B | 2E | 2D |
| Octal | 213 | 246 | 75 | 20 | 0 | 77 | 43 | 113 | 56 | 55 |
| Binary | 10001011 | 10100110 | 111101 | 10000 | 0 | 111111 | 100011 | 1001011 | 101110 | 101101 |
Color Harmonies of #8BA63D
Complementary color
Monochromatic Colors of #8BA63D
Black with #8BA63D
Text Example
Text Example
White with #8BA63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8BA63D; }
p { color: rgb(139,166,61); }
H1.HeaderClassName
{
color: #8BA63D;
}
.AnyTagClassName
{
color: #8BA63D;
}
</style>
background-color css
<style>
a { background-color: #8BA63D; }
a { background-color: rgb(139,166,61); }
div.DivClassName
{
background-color: #8BA63D;
}
.BgClassName
{
background-color: #8BA63D;
}
</style>
border-color css
<style>
span { border-color: #8BA63D; }
span { border-color: rgb(139,166,61); }
td.TdClassName
{
border-color: #8BA63D;
}
.TagClassName
{
border-color: #8BA63D;
}
</style>