Shades of Conifer #A3CB53
Tints of Conifer #A3CB53
RGB
CMYK
RGB Variations
Color information
#A3CB53 (or 0xA3CB53) is known color: Conifer. HEX triplet: A3, CB and 53. RGB value is (163,203,83). Sum of RGB (Red+Green+Blue) = 163+203+83=449 (59% of max value = 765). Red value is 163 (64.06% from 255 or 36.30% from 449); Green value is 203 (79.69% from 255 or 45.21% from 449); Blue value is 83 (32.81% from 255 or 18.49% from 449); Max value from RGB is 203 - color contains mainly: green. Hex color #A3CB53 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A3CB53 is #5C34AC. Grayscale: #B1B1B1. Windows color (decimal): -6042797 or 5491619. OLE color: 5491619.
HSL color Cylindrical-coordinate representation of color #A3CB53: hue angle of 80º 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 #A3CB53 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 203 | 83 | - |
| CMYK | 0.20 | 0 | 0.59 | 0.20 |
| HSL | 80º | 0.54% | 0.56% | - |
| HSV(B) | 80º | 0.59% | 0.8% | - |
| XYZ | 38.02 | 51.12 | 16.05 | - |
| YUV | 177.36 | 74.75 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 203 | 83 | 0.20 | 0 | 0.59 | 0.20 | 80 | 0.54 | 0.56 |
| Hex | A3 | CB | 53 | 14 | 0 | 3B | 14 | 50 | 36 | 38 |
| Octal | 243 | 313 | 123 | 24 | 0 | 73 | 24 | 120 | 66 | 70 |
| Binary | 10100011 | 11001011 | 1010011 | 10100 | 0 | 111011 | 10100 | 1010000 | 110110 | 111000 |
Color Harmonies of #A3CB53
Complementary color
Monochromatic Colors of #A3CB53
Black with #A3CB53
Text Example
Text Example
White with #A3CB53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CB53; }
p { color: rgb(163,203,83); }
H1.HeaderClassName
{
color: #A3CB53;
}
.AnyTagClassName
{
color: #A3CB53;
}
</style>
background-color css
<style>
a { background-color: #A3CB53; }
a { background-color: rgb(163,203,83); }
div.DivClassName
{
background-color: #A3CB53;
}
.BgClassName
{
background-color: #A3CB53;
}
</style>
border-color css
<style>
span { border-color: #A3CB53; }
span { border-color: rgb(163,203,83); }
td.TdClassName
{
border-color: #A3CB53;
}
.TagClassName
{
border-color: #A3CB53;
}
</style>