Shades of Conifer #AACB56
Tints of Conifer #AACB56
RGB
CMYK
RGB Variations
Color information
#AACB56 (or 0xAACB56) is known color: Conifer. HEX triplet: AA, CB and 56. RGB value is (170,203,86). Sum of RGB (Red+Green+Blue) = 170+203+86=459 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.04% from 459); Green value is 203 (79.69% from 255 or 44.23% from 459); Blue value is 86 (33.98% from 255 or 18.74% from 459); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACB56 is #5534A9. Grayscale: #B4B4B4. Windows color (decimal): -5584042 or 5688234. OLE color: 5688234.
HSL color Cylindrical-coordinate representation of color #AACB56: hue angle of 76.92º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AACB56 is Cyan = 0.16, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 203 | 86 | - |
| CMYK | 0.16 | 0 | 0.58 | 0.20 |
| HSL | 76.92º | 0.53% | 0.57% | - |
| HSV(B) | 76.92º | 0.58% | 0.8% | - |
| XYZ | 39.61 | 51.93 | 16.74 | - |
| YUV | 179.8 | 75.07 | 121.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 86 | 0.16 | 0 | 0.58 | 0.20 | 76.92 | 0.53 | 0.57 |
| Hex | AA | CB | 56 | 10 | 0 | 3A | 14 | 4D | 35 | 39 |
| Octal | 252 | 313 | 126 | 20 | 0 | 72 | 24 | 115 | 65 | 71 |
| Binary | 10101010 | 11001011 | 1010110 | 10000 | 0 | 111010 | 10100 | 1001101 | 110101 | 111001 |
Color Harmonies of #AACB56
Complementary color
Monochromatic Colors of #AACB56
Black with #AACB56
Text Example
Text Example
White with #AACB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACB56; }
p { color: rgb(170,203,86); }
H1.HeaderClassName
{
color: #AACB56;
}
.AnyTagClassName
{
color: #AACB56;
}
</style>
background-color css
<style>
a { background-color: #AACB56; }
a { background-color: rgb(170,203,86); }
div.DivClassName
{
background-color: #AACB56;
}
.BgClassName
{
background-color: #AACB56;
}
</style>
border-color css
<style>
span { border-color: #AACB56; }
span { border-color: rgb(170,203,86); }
td.TdClassName
{
border-color: #AACB56;
}
.TagClassName
{
border-color: #AACB56;
}
</style>