Shades of Sushi #86A23C
Tints of Sushi #86A23C
RGB
CMYK
RGB Variations
Color information
#86A23C (or 0x86A23C) is known color: Sushi. HEX triplet: 86, A2 and 3C. RGB value is (134,162,60). Sum of RGB (Red+Green+Blue) = 134+162+60=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 162 (63.67% from 255 or 45.51% from 356); Blue value is 60 (23.83% from 255 or 16.85% from 356); Max value from RGB is 162 - color contains mainly: green. Hex color #86A23C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A23C is #795DC3. Grayscale: #8E8E8E. Windows color (decimal): -7953860 or 3973766. OLE color: 3973766.
HSL color Cylindrical-coordinate representation of color #86A23C: hue angle of 76.47º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #86A23C is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 134 | 162 | 60 | - |
| CMYK | 0.17 | 0 | 0.63 | 0.36 |
| HSL | 76.47º | 0.46% | 0.44% | - |
| HSV(B) | 76.47º | 0.63% | 0.64% | - |
| XYZ | 23.57 | 31.24 | 9.06 | - |
| YUV | 142 | 81.72 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 162 | 60 | 0.17 | 0 | 0.63 | 0.36 | 76.47 | 0.46 | 0.44 |
| Hex | 86 | A2 | 3C | 11 | 0 | 3F | 24 | 4C | 2E | 2C |
| Octal | 206 | 242 | 74 | 21 | 0 | 77 | 44 | 114 | 56 | 54 |
| Binary | 10000110 | 10100010 | 111100 | 10001 | 0 | 111111 | 100100 | 1001100 | 101110 | 101100 |
Color Harmonies of #86A23C
Complementary color
Monochromatic Colors of #86A23C
Black with #86A23C
Text Example
Text Example
White with #86A23C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86A23C; }
p { color: rgb(134,162,60); }
H1.HeaderClassName
{
color: #86A23C;
}
.AnyTagClassName
{
color: #86A23C;
}
</style>
background-color css
<style>
a { background-color: #86A23C; }
a { background-color: rgb(134,162,60); }
div.DivClassName
{
background-color: #86A23C;
}
.BgClassName
{
background-color: #86A23C;
}
</style>
border-color css
<style>
span { border-color: #86A23C; }
span { border-color: rgb(134,162,60); }
td.TdClassName
{
border-color: #86A23C;
}
.TagClassName
{
border-color: #86A23C;
}
</style>