Shades of Conifer #A8CB65
Tints of Conifer #A8CB65
RGB
CMYK
RGB Variations
Color information
#A8CB65 (or 0xA8CB65) is known color: Conifer. HEX triplet: A8, CB and 65. RGB value is (168,203,101). Sum of RGB (Red+Green+Blue) = 168+203+101=472 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.59% from 472); Green value is 203 (79.69% from 255 or 43.01% from 472); Blue value is 101 (39.84% from 255 or 21.40% from 472); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CB65 is #57349A. Grayscale: #B5B5B5. Windows color (decimal): -5715099 or 6671272. OLE color: 6671272.
HSL color Cylindrical-coordinate representation of color #A8CB65: hue angle of 80.59º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A8CB65 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 203 | 101 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.20 |
| HSL | 80.59º | 0.5% | 0.6% | - |
| HSV(B) | 80.59º | 0.5% | 0.8% | - |
| XYZ | 39.85 | 51.98 | 20.24 | - |
| YUV | 180.91 | 82.9 | 118.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 101 | 0.17 | 0 | 0.50 | 0.20 | 80.59 | 0.5 | 0.6 |
| Hex | A8 | CB | 65 | 11 | 0 | 32 | 14 | 51 | 32 | 3C |
| Octal | 250 | 313 | 145 | 21 | 0 | 62 | 24 | 121 | 62 | 74 |
| Binary | 10101000 | 11001011 | 1100101 | 10001 | 0 | 110010 | 10100 | 1010001 | 110010 | 111100 |
Color Harmonies of #A8CB65
Complementary color
Monochromatic Colors of #A8CB65
Black with #A8CB65
Text Example
Text Example
White with #A8CB65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CB65; }
p { color: rgb(168,203,101); }
H1.HeaderClassName
{
color: #A8CB65;
}
.AnyTagClassName
{
color: #A8CB65;
}
</style>
background-color css
<style>
a { background-color: #A8CB65; }
a { background-color: rgb(168,203,101); }
div.DivClassName
{
background-color: #A8CB65;
}
.BgClassName
{
background-color: #A8CB65;
}
</style>
border-color css
<style>
span { border-color: #A8CB65; }
span { border-color: rgb(168,203,101); }
td.TdClassName
{
border-color: #A8CB65;
}
.TagClassName
{
border-color: #A8CB65;
}
</style>