Shades of Conifer #A8CB52
Tints of Conifer #A8CB52
RGB
CMYK
RGB Variations
Color information
#A8CB52 (or 0xA8CB52) is known color: Conifer. HEX triplet: A8, CB and 52. RGB value is (168,203,82). Sum of RGB (Red+Green+Blue) = 168+203+82=453 (60% of max value = 765). Red value is 168 (66.02% from 255 or 37.09% from 453); Green value is 203 (79.69% from 255 or 44.81% from 453); Blue value is 82 (32.42% from 255 or 18.10% from 453); Max value from RGB is 203 - color contains mainly: green. Hex color #A8CB52 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8CB52 is #5734AD. Grayscale: #B3B3B3. Windows color (decimal): -5715118 or 5426088. OLE color: 5426088.
HSL color Cylindrical-coordinate representation of color #A8CB52: hue angle of 77.36º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8CB52 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 203 | 82 | - |
| CMYK | 0.17 | 0 | 0.60 | 0.20 |
| HSL | 77.36º | 0.54% | 0.56% | - |
| HSV(B) | 77.36º | 0.6% | 0.8% | - |
| XYZ | 39.03 | 51.65 | 15.89 | - |
| YUV | 178.74 | 73.4 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 203 | 82 | 0.17 | 0 | 0.60 | 0.20 | 77.36 | 0.54 | 0.56 |
| Hex | A8 | CB | 52 | 11 | 0 | 3C | 14 | 4D | 36 | 38 |
| Octal | 250 | 313 | 122 | 21 | 0 | 74 | 24 | 115 | 66 | 70 |
| Binary | 10101000 | 11001011 | 1010010 | 10001 | 0 | 111100 | 10100 | 1001101 | 110110 | 111000 |
Color Harmonies of #A8CB52
Complementary color
Monochromatic Colors of #A8CB52
Black with #A8CB52
Text Example
Text Example
White with #A8CB52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CB52; }
p { color: rgb(168,203,82); }
H1.HeaderClassName
{
color: #A8CB52;
}
.AnyTagClassName
{
color: #A8CB52;
}
</style>
background-color css
<style>
a { background-color: #A8CB52; }
a { background-color: rgb(168,203,82); }
div.DivClassName
{
background-color: #A8CB52;
}
.BgClassName
{
background-color: #A8CB52;
}
</style>
border-color css
<style>
span { border-color: #A8CB52; }
span { border-color: rgb(168,203,82); }
td.TdClassName
{
border-color: #A8CB52;
}
.TagClassName
{
border-color: #A8CB52;
}
</style>