Shades of Avocado #99965C
Tints of Avocado #99965C
RGB
CMYK
RGB Variations
Color information
#99965C (or 0x99965C) is known color: Avocado. HEX triplet: 99, 96 and 5C. RGB value is (153,150,92). Sum of RGB (Red+Green+Blue) = 153+150+92=395 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.73% from 395); Green value is 150 (58.98% from 255 or 37.97% from 395); Blue value is 92 (36.33% from 255 or 23.29% from 395); Max value from RGB is 153 - color contains mainly: red. Hex color #99965C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99965C is #6669A3. Grayscale: #909090. Windows color (decimal): -6711716 or 6067865. OLE color: 6067865.
HSL color Cylindrical-coordinate representation of color #99965C: hue angle of 57.05º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #99965C is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 150 | 92 | - |
| CMYK | 0 | 0.02 | 0.40 | 0.4 |
| HSL | 57.05º | 0.25% | 0.48% | - |
| HSV(B) | 57.05º | 0.4% | 0.6% | - |
| XYZ | 25.97 | 29.36 | 14.42 | - |
| YUV | 144.29 | 98.49 | 134.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 150 | 92 | 0 | 0.02 | 0.40 | 0.4 | 57.05 | 0.25 | 0.48 |
| Hex | 99 | 96 | 5C | 0 | 2 | 28 | 28 | 39 | 19 | 30 |
| Octal | 231 | 226 | 134 | 0 | 2 | 50 | 50 | 71 | 31 | 60 |
| Binary | 10011001 | 10010110 | 1011100 | 0 | 10 | 101000 | 101000 | 111001 | 11001 | 110000 |
Color Harmonies of #99965C
Complementary color
Monochromatic Colors of #99965C
Black with #99965C
Text Example
Text Example
White with #99965C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99965C; }
p { color: rgb(153,150,92); }
H1.HeaderClassName
{
color: #99965C;
}
.AnyTagClassName
{
color: #99965C;
}
</style>
background-color css
<style>
a { background-color: #99965C; }
a { background-color: rgb(153,150,92); }
div.DivClassName
{
background-color: #99965C;
}
.BgClassName
{
background-color: #99965C;
}
</style>
border-color css
<style>
span { border-color: #99965C; }
span { border-color: rgb(153,150,92); }
td.TdClassName
{
border-color: #99965C;
}
.TagClassName
{
border-color: #99965C;
}
</style>