Shades of Avocado #949255
Tints of Avocado #949255
RGB
CMYK
RGB Variations
Color information
#949255 (or 0x949255) is known color: Avocado. HEX triplet: 94, 92 and 55. RGB value is (148,146,85). Sum of RGB (Red+Green+Blue) = 148+146+85=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 148 - color contains mainly: red. Hex color #949255 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949255 is #6B6DAA. Grayscale: #8B8B8B. Windows color (decimal): -7040427 or 5608084. OLE color: 5608084.
HSL color Cylindrical-coordinate representation of color #949255: hue angle of 58.1º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #949255 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 146 | 85 | - |
| CMYK | 0 | 0.01 | 0.43 | 0.42 |
| HSL | 58.1º | 0.27% | 0.46% | - |
| HSV(B) | 58.1º | 0.43% | 0.58% | - |
| XYZ | 24.13 | 27.51 | 12.63 | - |
| YUV | 139.64 | 97.16 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 146 | 85 | 0 | 0.01 | 0.43 | 0.42 | 58.1 | 0.27 | 0.46 |
| Hex | 94 | 92 | 55 | 0 | 1 | 2B | 2A | 3A | 1B | 2E |
| Octal | 224 | 222 | 125 | 0 | 1 | 53 | 52 | 72 | 33 | 56 |
| Binary | 10010100 | 10010010 | 1010101 | 0 | 1 | 101011 | 101010 | 111010 | 11011 | 101110 |
Color Harmonies of #949255
Complementary color
Monochromatic Colors of #949255
Black with #949255
Text Example
Text Example
White with #949255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949255; }
p { color: rgb(148,146,85); }
H1.HeaderClassName
{
color: #949255;
}
.AnyTagClassName
{
color: #949255;
}
</style>
background-color css
<style>
a { background-color: #949255; }
a { background-color: rgb(148,146,85); }
div.DivClassName
{
background-color: #949255;
}
.BgClassName
{
background-color: #949255;
}
</style>
border-color css
<style>
span { border-color: #949255; }
span { border-color: rgb(148,146,85); }
td.TdClassName
{
border-color: #949255;
}
.TagClassName
{
border-color: #949255;
}
</style>