Shades of Avocado #949B5D
Tints of Avocado #949B5D
RGB
CMYK
RGB Variations
Color information
#949B5D (or 0x949B5D) is known color: Avocado. HEX triplet: 94, 9B and 5D. RGB value is (148,155,93). Sum of RGB (Red+Green+Blue) = 148+155+93=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 155 (60.94% from 255 or 39.14% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 155 - color contains mainly: green. Hex color #949B5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #949B5D is #6B64A2. Grayscale: #929292. Windows color (decimal): -7038115 or 6134676. OLE color: 6134676.
HSL color Cylindrical-coordinate representation of color #949B5D: hue angle of 66.77º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #949B5D is Cyan = 0.05, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 148 | 155 | 93 | - |
| CMYK | 0.05 | 0 | 0.4 | 0.39 |
| HSL | 66.77º | 0.25% | 0.49% | - |
| HSV(B) | 66.77º | 0.4% | 0.61% | - |
| XYZ | 25.91 | 30.53 | 14.88 | - |
| YUV | 145.84 | 98.18 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 155 | 93 | 0.05 | 0 | 0.4 | 0.39 | 66.77 | 0.25 | 0.49 |
| Hex | 94 | 9B | 5D | 5 | 0 | 28 | 27 | 43 | 19 | 31 |
| Octal | 224 | 233 | 135 | 5 | 0 | 50 | 47 | 103 | 31 | 61 |
| Binary | 10010100 | 10011011 | 1011101 | 101 | 0 | 101000 | 100111 | 1000011 | 11001 | 110001 |
Color Harmonies of #949B5D
Complementary color
Monochromatic Colors of #949B5D
Black with #949B5D
Text Example
Text Example
White with #949B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #949B5D; }
p { color: rgb(148,155,93); }
H1.HeaderClassName
{
color: #949B5D;
}
.AnyTagClassName
{
color: #949B5D;
}
</style>
background-color css
<style>
a { background-color: #949B5D; }
a { background-color: rgb(148,155,93); }
div.DivClassName
{
background-color: #949B5D;
}
.BgClassName
{
background-color: #949B5D;
}
</style>
border-color css
<style>
span { border-color: #949B5D; }
span { border-color: rgb(148,155,93); }
td.TdClassName
{
border-color: #949B5D;
}
.TagClassName
{
border-color: #949B5D;
}
</style>