Shades of Sushi #80AB3C
Tints of Sushi #80AB3C
RGB
CMYK
RGB Variations
Color information
#80AB3C (or 0x80AB3C) is known color: Sushi. HEX triplet: 80, AB and 3C. RGB value is (128,171,60). Sum of RGB (Red+Green+Blue) = 128+171+60=359 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.65% from 359); Green value is 171 (67.19% from 255 or 47.63% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 171 - color contains mainly: green. Hex color #80AB3C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #80AB3C is #7F54C3. Grayscale: #919191. Windows color (decimal): -8344772 or 3976064. OLE color: 3976064.
HSL color Cylindrical-coordinate representation of color #80AB3C: hue angle of 83.24º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #80AB3C is Cyan = 0.25, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 171 | 60 | - |
| CMYK | 0.25 | 0 | 0.65 | 0.33 |
| HSL | 83.24º | 0.48% | 0.45% | - |
| HSV(B) | 83.24º | 0.65% | 0.67% | - |
| XYZ | 24.28 | 34.04 | 9.57 | - |
| YUV | 145.49 | 79.75 | 115.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 171 | 60 | 0.25 | 0 | 0.65 | 0.33 | 83.24 | 0.48 | 0.45 |
| Hex | 80 | AB | 3C | 19 | 0 | 41 | 21 | 53 | 30 | 2D |
| Octal | 200 | 253 | 74 | 31 | 0 | 101 | 41 | 123 | 60 | 55 |
| Binary | 10000000 | 10101011 | 111100 | 11001 | 0 | 1000001 | 100001 | 1010011 | 110000 | 101101 |
Color Harmonies of #80AB3C
Complementary color
Monochromatic Colors of #80AB3C
Black with #80AB3C
Text Example
Text Example
White with #80AB3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80AB3C; }
p { color: rgb(128,171,60); }
H1.HeaderClassName
{
color: #80AB3C;
}
.AnyTagClassName
{
color: #80AB3C;
}
</style>
background-color css
<style>
a { background-color: #80AB3C; }
a { background-color: rgb(128,171,60); }
div.DivClassName
{
background-color: #80AB3C;
}
.BgClassName
{
background-color: #80AB3C;
}
</style>
border-color css
<style>
span { border-color: #80AB3C; }
span { border-color: rgb(128,171,60); }
td.TdClassName
{
border-color: #80AB3C;
}
.TagClassName
{
border-color: #80AB3C;
}
</style>