Shades of Conifer #A8CB59
Tints of Conifer #A8CB59
RGB
CMYK
RGB Variations
Color information
#A8CB59 (or 0xA8CB59) is known color: Conifer. HEX triplet: A8, CB and 59. RGB value is (168,203,89). Sum of RGB (Red+Green+Blue) = 168+203+89=460 (60% of max value = 765). Red value is 168 (66.02% from 255 or 36.52% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 89 (35.16% from 255 or 19.35% from 460); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB59 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CB59 is #5734A6. Grayscale: #B3B3B3. Windows color (decimal): -5715111 or 5884840. OLE color: 5884840.
HSL color Cylindrical-coordinate representation of color #A8CB59: hue angle of 78.42º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A8CB59 is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 203 | 89 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.20 |
| HSL | 78.42º | 0.52% | 0.57% | - |
| HSV(B) | 78.42º | 0.56% | 0.8% | - |
| XYZ | 39.31 | 51.76 | 17.37 | - |
| YUV | 179.54 | 76.9 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 89 | 0.17 | 0 | 0.56 | 0.20 | 78.42 | 0.52 | 0.57 |
| Hex | A8 | CB | 59 | 11 | 0 | 38 | 14 | 4E | 34 | 39 |
| Octal | 250 | 313 | 131 | 21 | 0 | 70 | 24 | 116 | 64 | 71 |
| Binary | 10101000 | 11001011 | 1011001 | 10001 | 0 | 111000 | 10100 | 1001110 | 110100 | 111001 |
Color Harmonies of #A8CB59
Complementary color
Monochromatic Colors of #A8CB59
Black with #A8CB59
Text Example
Text Example
White with #A8CB59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CB59; }
p { color: rgb(168,203,89); }
H1.HeaderClassName
{
color: #A8CB59;
}
.AnyTagClassName
{
color: #A8CB59;
}
</style>
background-color css
<style>
a { background-color: #A8CB59; }
a { background-color: rgb(168,203,89); }
div.DivClassName
{
background-color: #A8CB59;
}
.BgClassName
{
background-color: #A8CB59;
}
</style>
border-color css
<style>
span { border-color: #A8CB59; }
span { border-color: rgb(168,203,89); }
td.TdClassName
{
border-color: #A8CB59;
}
.TagClassName
{
border-color: #A8CB59;
}
</style>