Shades of Sushi #85A433
Tints of Sushi #85A433
RGB
CMYK
RGB Variations
Color information
#85A433 (or 0x85A433) is known color: Sushi. HEX triplet: 85, A4 and 33. RGB value is (133,164,51). Sum of RGB (Red+Green+Blue) = 133+164+51=348 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38.22% from 348); Green value is 164 (64.45% from 255 or 47.13% from 348); Blue value is 51 (20.31% from 255 or 14.66% from 348); Max value from RGB is 164 - color contains mainly: green. Hex color #85A433 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #85A433 is #7A5BCC. Grayscale: #8E8E8E. Windows color (decimal): -8018893 or 3384453. OLE color: 3384453.
HSL color Cylindrical-coordinate representation of color #85A433: hue angle of 76.46º degrees, saturation: 0.53, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #85A433 is Cyan = 0.19, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 133 | 164 | 51 | - |
| CMYK | 0.19 | 0 | 0.69 | 0.36 |
| HSL | 76.46º | 0.53% | 0.42% | - |
| HSV(B) | 76.46º | 0.69% | 0.64% | - |
| XYZ | 23.55 | 31.78 | 8.02 | - |
| YUV | 141.85 | 76.73 | 121.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 164 | 51 | 0.19 | 0 | 0.69 | 0.36 | 76.46 | 0.53 | 0.42 |
| Hex | 85 | A4 | 33 | 13 | 0 | 45 | 24 | 4C | 35 | 2A |
| Octal | 205 | 244 | 63 | 23 | 0 | 105 | 44 | 114 | 65 | 52 |
| Binary | 10000101 | 10100100 | 110011 | 10011 | 0 | 1000101 | 100100 | 1001100 | 110101 | 101010 |
Color Harmonies of #85A433
Complementary color
Monochromatic Colors of #85A433
Black with #85A433
Text Example
Text Example
White with #85A433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85A433; }
p { color: rgb(133,164,51); }
H1.HeaderClassName
{
color: #85A433;
}
.AnyTagClassName
{
color: #85A433;
}
</style>
background-color css
<style>
a { background-color: #85A433; }
a { background-color: rgb(133,164,51); }
div.DivClassName
{
background-color: #85A433;
}
.BgClassName
{
background-color: #85A433;
}
</style>
border-color css
<style>
span { border-color: #85A433; }
span { border-color: rgb(133,164,51); }
td.TdClassName
{
border-color: #85A433;
}
.TagClassName
{
border-color: #85A433;
}
</style>