Shades of Conifer #AACA5B
Tints of Conifer #AACA5B
RGB
CMYK
RGB Variations
Color information
#AACA5B (or 0xAACA5B) is known color: Conifer. HEX triplet: AA, CA and 5B. RGB value is (170,202,91). Sum of RGB (Red+Green+Blue) = 170+202+91=463 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.72% from 463); Green value is 202 (79.30% from 255 or 43.63% from 463); Blue value is 91 (35.94% from 255 or 19.65% from 463); Max value from RGB is 202 - color contains mainly: green. Hex color #AACA5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACA5B is #5535A4. Grayscale: #B4B4B4. Windows color (decimal): -5584293 or 6015658. OLE color: 6015658.
HSL color Cylindrical-coordinate representation of color #AACA5B: hue angle of 77.3º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AACA5B is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 170 | 202 | 91 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.21 |
| HSL | 77.3º | 0.51% | 0.57% | - |
| HSV(B) | 77.3º | 0.55% | 0.79% | - |
| XYZ | 39.59 | 51.54 | 17.76 | - |
| YUV | 179.78 | 77.9 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 202 | 91 | 0.16 | 0 | 0.55 | 0.21 | 77.3 | 0.51 | 0.57 |
| Hex | AA | CA | 5B | 10 | 0 | 37 | 15 | 4D | 33 | 39 |
| Octal | 252 | 312 | 133 | 20 | 0 | 67 | 25 | 115 | 63 | 71 |
| Binary | 10101010 | 11001010 | 1011011 | 10000 | 0 | 110111 | 10101 | 1001101 | 110011 | 111001 |
Color Harmonies of #AACA5B
Complementary color
Monochromatic Colors of #AACA5B
Black with #AACA5B
Text Example
Text Example
White with #AACA5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACA5B; }
p { color: rgb(170,202,91); }
H1.HeaderClassName
{
color: #AACA5B;
}
.AnyTagClassName
{
color: #AACA5B;
}
</style>
background-color css
<style>
a { background-color: #AACA5B; }
a { background-color: rgb(170,202,91); }
div.DivClassName
{
background-color: #AACA5B;
}
.BgClassName
{
background-color: #AACA5B;
}
</style>
border-color css
<style>
span { border-color: #AACA5B; }
span { border-color: rgb(170,202,91); }
td.TdClassName
{
border-color: #AACA5B;
}
.TagClassName
{
border-color: #AACA5B;
}
</style>