Shades of Conifer #ABCC65
Tints of Conifer #ABCC65
RGB
CMYK
RGB Variations
Color information
#ABCC65 (or 0xABCC65) is known color: Conifer. HEX triplet: AB, CC and 65. RGB value is (171,204,101). Sum of RGB (Red+Green+Blue) = 171+204+101=476 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.92% from 476); Green value is 204 (80.08% from 255 or 42.86% from 476); Blue value is 101 (39.84% from 255 or 21.22% from 476); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC65 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCC65 is #54339A. Grayscale: #B6B6B6. Windows color (decimal): -5518235 or 6671531. OLE color: 6671531.
HSL color Cylindrical-coordinate representation of color #ABCC65: hue angle of 79.22º 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 #ABCC65 is Cyan = 0.16, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 204 | 101 | - |
| CMYK | 0.16 | 0 | 0.50 | 0.2 |
| HSL | 79.22º | 0.5% | 0.6% | - |
| HSV(B) | 79.22º | 0.5% | 0.8% | - |
| XYZ | 40.74 | 52.78 | 20.35 | - |
| YUV | 182.39 | 82.07 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 101 | 0.16 | 0 | 0.50 | 0.2 | 79.22 | 0.5 | 0.6 |
| Hex | AB | CC | 65 | 10 | 0 | 32 | 14 | 4F | 32 | 3C |
| Octal | 253 | 314 | 145 | 20 | 0 | 62 | 24 | 117 | 62 | 74 |
| Binary | 10101011 | 11001100 | 1100101 | 10000 | 0 | 110010 | 10100 | 1001111 | 110010 | 111100 |
Color Harmonies of #ABCC65
Complementary color
Monochromatic Colors of #ABCC65
Black with #ABCC65
Text Example
Text Example
White with #ABCC65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCC65; }
p { color: rgb(171,204,101); }
H1.HeaderClassName
{
color: #ABCC65;
}
.AnyTagClassName
{
color: #ABCC65;
}
</style>
background-color css
<style>
a { background-color: #ABCC65; }
a { background-color: rgb(171,204,101); }
div.DivClassName
{
background-color: #ABCC65;
}
.BgClassName
{
background-color: #ABCC65;
}
</style>
border-color css
<style>
span { border-color: #ABCC65; }
span { border-color: rgb(171,204,101); }
td.TdClassName
{
border-color: #ABCC65;
}
.TagClassName
{
border-color: #ABCC65;
}
</style>