Shades of Conifer #ABC95C
Tints of Conifer #ABC95C
RGB
CMYK
RGB Variations
Color information
#ABC95C (or 0xABC95C) is known color: Conifer. HEX triplet: AB, C9 and 5C. RGB value is (171,201,92). Sum of RGB (Red+Green+Blue) = 171+201+92=464 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.85% from 464); Green value is 201 (78.91% from 255 or 43.32% from 464); Blue value is 92 (36.33% from 255 or 19.83% from 464); Max value from RGB is 201 - color contains mainly: green. Hex color #ABC95C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABC95C is #5436A3. Grayscale: #B4B4B4. Windows color (decimal): -5519012 or 6080939. OLE color: 6080939.
HSL color Cylindrical-coordinate representation of color #ABC95C: hue angle of 76.51º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #ABC95C is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 201 | 92 | - |
| CMYK | 0.15 | 0 | 0.54 | 0.21 |
| HSL | 76.51º | 0.5% | 0.57% | - |
| HSV(B) | 76.51º | 0.54% | 0.79% | - |
| XYZ | 39.61 | 51.2 | 17.92 | - |
| YUV | 179.6 | 78.56 | 121.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 201 | 92 | 0.15 | 0 | 0.54 | 0.21 | 76.51 | 0.5 | 0.57 |
| Hex | AB | C9 | 5C | F | 0 | 36 | 15 | 4D | 32 | 39 |
| Octal | 253 | 311 | 134 | 17 | 0 | 66 | 25 | 115 | 62 | 71 |
| Binary | 10101011 | 11001001 | 1011100 | 1111 | 0 | 110110 | 10101 | 1001101 | 110010 | 111001 |
Color Harmonies of #ABC95C
Complementary color
Monochromatic Colors of #ABC95C
Black with #ABC95C
Text Example
Text Example
White with #ABC95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABC95C; }
p { color: rgb(171,201,92); }
H1.HeaderClassName
{
color: #ABC95C;
}
.AnyTagClassName
{
color: #ABC95C;
}
</style>
background-color css
<style>
a { background-color: #ABC95C; }
a { background-color: rgb(171,201,92); }
div.DivClassName
{
background-color: #ABC95C;
}
.BgClassName
{
background-color: #ABC95C;
}
</style>
border-color css
<style>
span { border-color: #ABC95C; }
span { border-color: rgb(171,201,92); }
td.TdClassName
{
border-color: #ABC95C;
}
.TagClassName
{
border-color: #ABC95C;
}
</style>