Shades of Avocado #919453
Tints of Avocado #919453
RGB
CMYK
RGB Variations
Color information
#919453 (or 0x919453) is known color: Avocado. HEX triplet: 91, 94 and 53. RGB value is (145,148,83). Sum of RGB (Red+Green+Blue) = 145+148+83=376 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.56% from 376); Green value is 148 (58.20% from 255 or 39.36% from 376); Blue value is 83 (32.81% from 255 or 22.07% from 376); Max value from RGB is 148 - color contains mainly: green. Hex color #919453 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #919453 is #6E6BAC. Grayscale: #8B8B8B. Windows color (decimal): -7236525 or 5477521. OLE color: 5477521.
HSL color Cylindrical-coordinate representation of color #919453: hue angle of 62.77º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #919453 is Cyan = 0.02, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 145 | 148 | 83 | - |
| CMYK | 0.02 | 0 | 0.44 | 0.42 |
| HSL | 62.77º | 0.28% | 0.45% | - |
| HSV(B) | 62.77º | 0.44% | 0.58% | - |
| XYZ | 23.83 | 27.82 | 12.3 | - |
| YUV | 139.69 | 96.01 | 131.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 148 | 83 | 0.02 | 0 | 0.44 | 0.42 | 62.77 | 0.28 | 0.45 |
| Hex | 91 | 94 | 53 | 2 | 0 | 2C | 2A | 3F | 1C | 2D |
| Octal | 221 | 224 | 123 | 2 | 0 | 54 | 52 | 77 | 34 | 55 |
| Binary | 10010001 | 10010100 | 1010011 | 10 | 0 | 101100 | 101010 | 111111 | 11100 | 101101 |
Color Harmonies of #919453
Complementary color
Monochromatic Colors of #919453
Black with #919453
Text Example
Text Example
White with #919453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #919453; }
p { color: rgb(145,148,83); }
H1.HeaderClassName
{
color: #919453;
}
.AnyTagClassName
{
color: #919453;
}
</style>
background-color css
<style>
a { background-color: #919453; }
a { background-color: rgb(145,148,83); }
div.DivClassName
{
background-color: #919453;
}
.BgClassName
{
background-color: #919453;
}
</style>
border-color css
<style>
span { border-color: #919453; }
span { border-color: rgb(145,148,83); }
td.TdClassName
{
border-color: #919453;
}
.TagClassName
{
border-color: #919453;
}
</style>