Shades of Sushi #83AB3D
Tints of Sushi #83AB3D
RGB
CMYK
RGB Variations
Color information
#83AB3D (or 0x83AB3D) is known color: Sushi. HEX triplet: 83, AB and 3D. RGB value is (131,171,61). Sum of RGB (Red+Green+Blue) = 131+171+61=363 (48% of max value = 765). Red value is 131 (51.56% from 255 or 36.09% from 363); Green value is 171 (67.19% from 255 or 47.11% from 363); Blue value is 61 (24.22% from 255 or 16.80% from 363); Max value from RGB is 171 - color contains mainly: green. Hex color #83AB3D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #83AB3D is #7C54C2. Grayscale: #929292. Windows color (decimal): -8148163 or 4041603. OLE color: 4041603.
HSL color Cylindrical-coordinate representation of color #83AB3D: hue angle of 81.82º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #83AB3D is Cyan = 0.23, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 131 | 171 | 61 | - |
| CMYK | 0.23 | 0 | 0.64 | 0.33 |
| HSL | 81.82º | 0.47% | 0.45% | - |
| HSV(B) | 81.82º | 0.64% | 0.67% | - |
| XYZ | 24.77 | 34.29 | 9.73 | - |
| YUV | 146.5 | 79.75 | 116.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 171 | 61 | 0.23 | 0 | 0.64 | 0.33 | 81.82 | 0.47 | 0.45 |
| Hex | 83 | AB | 3D | 17 | 0 | 40 | 21 | 52 | 2F | 2D |
| Octal | 203 | 253 | 75 | 27 | 0 | 100 | 41 | 122 | 57 | 55 |
| Binary | 10000011 | 10101011 | 111101 | 10111 | 0 | 1000000 | 100001 | 1010010 | 101111 | 101101 |
Color Harmonies of #83AB3D
Complementary color
Monochromatic Colors of #83AB3D
Black with #83AB3D
Text Example
Text Example
White with #83AB3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83AB3D; }
p { color: rgb(131,171,61); }
H1.HeaderClassName
{
color: #83AB3D;
}
.AnyTagClassName
{
color: #83AB3D;
}
</style>
background-color css
<style>
a { background-color: #83AB3D; }
a { background-color: rgb(131,171,61); }
div.DivClassName
{
background-color: #83AB3D;
}
.BgClassName
{
background-color: #83AB3D;
}
</style>
border-color css
<style>
span { border-color: #83AB3D; }
span { border-color: rgb(131,171,61); }
td.TdClassName
{
border-color: #83AB3D;
}
.TagClassName
{
border-color: #83AB3D;
}
</style>