Shades of Conifer #AACB53
Tints of Conifer #AACB53
RGB
CMYK
RGB Variations
Color information
#AACB53 (or 0xAACB53) is known color: Conifer. HEX triplet: AA, CB and 53. RGB value is (170,203,83). Sum of RGB (Red+Green+Blue) = 170+203+83=456 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.28% from 456); Green value is 203 (79.69% from 255 or 44.52% from 456); Blue value is 83 (32.81% from 255 or 18.20% from 456); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AACB53 is #5534AC. Grayscale: #B3B3B3. Windows color (decimal): -5584045 or 5491626. OLE color: 5491626.
HSL color Cylindrical-coordinate representation of color #AACB53: hue angle of 76.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AACB53 is Cyan = 0.16, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 170 | 203 | 83 | - |
| CMYK | 0.16 | 0 | 0.59 | 0.20 |
| HSL | 76.5º | 0.54% | 0.56% | - |
| HSV(B) | 76.5º | 0.59% | 0.8% | - |
| XYZ | 39.49 | 51.88 | 16.12 | - |
| YUV | 179.45 | 73.57 | 121.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 203 | 83 | 0.16 | 0 | 0.59 | 0.20 | 76.5 | 0.54 | 0.56 |
| Hex | AA | CB | 53 | 10 | 0 | 3B | 14 | 4C | 36 | 38 |
| Octal | 252 | 313 | 123 | 20 | 0 | 73 | 24 | 114 | 66 | 70 |
| Binary | 10101010 | 11001011 | 1010011 | 10000 | 0 | 111011 | 10100 | 1001100 | 110110 | 111000 |
Color Harmonies of #AACB53
Complementary color
Monochromatic Colors of #AACB53
Black with #AACB53
Text Example
Text Example
White with #AACB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACB53; }
p { color: rgb(170,203,83); }
H1.HeaderClassName
{
color: #AACB53;
}
.AnyTagClassName
{
color: #AACB53;
}
</style>
background-color css
<style>
a { background-color: #AACB53; }
a { background-color: rgb(170,203,83); }
div.DivClassName
{
background-color: #AACB53;
}
.BgClassName
{
background-color: #AACB53;
}
</style>
border-color css
<style>
span { border-color: #AACB53; }
span { border-color: rgb(170,203,83); }
td.TdClassName
{
border-color: #AACB53;
}
.TagClassName
{
border-color: #AACB53;
}
</style>