Shades of Conifer #A6CA53
Tints of Conifer #A6CA53
RGB
CMYK
RGB Variations
Color information
#A6CA53 (or 0xA6CA53) is known color: Conifer. HEX triplet: A6, CA and 53. RGB value is (166,202,83). Sum of RGB (Red+Green+Blue) = 166+202+83=451 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.81% from 451); Green value is 202 (79.30% from 255 or 44.79% from 451); Blue value is 83 (32.81% from 255 or 18.40% from 451); Max value from RGB is 202 - color contains mainly: green. Hex color #A6CA53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A6CA53 is #5935AC. Grayscale: #B2B2B2. Windows color (decimal): -5846445 or 5491366. OLE color: 5491366.
HSL color Cylindrical-coordinate representation of color #A6CA53: hue angle of 78.15º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A6CA53 is Cyan = 0.18, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 166 | 202 | 83 | - |
| CMYK | 0.18 | 0 | 0.59 | 0.21 |
| HSL | 78.15º | 0.53% | 0.56% | - |
| HSV(B) | 78.15º | 0.59% | 0.79% | - |
| XYZ | 38.41 | 50.97 | 16 | - |
| YUV | 177.67 | 74.57 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 202 | 83 | 0.18 | 0 | 0.59 | 0.21 | 78.15 | 0.53 | 0.56 |
| Hex | A6 | CA | 53 | 12 | 0 | 3B | 15 | 4E | 35 | 38 |
| Octal | 246 | 312 | 123 | 22 | 0 | 73 | 25 | 116 | 65 | 70 |
| Binary | 10100110 | 11001010 | 1010011 | 10010 | 0 | 111011 | 10101 | 1001110 | 110101 | 111000 |
Color Harmonies of #A6CA53
Complementary color
Monochromatic Colors of #A6CA53
Black with #A6CA53
Text Example
Text Example
White with #A6CA53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CA53; }
p { color: rgb(166,202,83); }
H1.HeaderClassName
{
color: #A6CA53;
}
.AnyTagClassName
{
color: #A6CA53;
}
</style>
background-color css
<style>
a { background-color: #A6CA53; }
a { background-color: rgb(166,202,83); }
div.DivClassName
{
background-color: #A6CA53;
}
.BgClassName
{
background-color: #A6CA53;
}
</style>
border-color css
<style>
span { border-color: #A6CA53; }
span { border-color: rgb(166,202,83); }
td.TdClassName
{
border-color: #A6CA53;
}
.TagClassName
{
border-color: #A6CA53;
}
</style>