Shades of Conifer #ABCD67
Tints of Conifer #ABCD67
RGB
CMYK
RGB Variations
Color information
#ABCD67 (or 0xABCD67) is known color: Conifer. HEX triplet: AB, CD and 67. RGB value is (171,205,103). Sum of RGB (Red+Green+Blue) = 171+205+103=479 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.70% from 479); Green value is 205 (80.47% from 255 or 42.80% from 479); Blue value is 103 (40.62% from 255 or 21.50% from 479); Max value from RGB is 205 - color contains mainly: green. Hex color #ABCD67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCD67 is #543298. Grayscale: #B7B7B7. Windows color (decimal): -5517977 or 6802859. OLE color: 6802859.
HSL color Cylindrical-coordinate representation of color #ABCD67: hue angle of 80º 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 #ABCD67 is Cyan = 0.17, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 171 | 205 | 103 | - |
| CMYK | 0.17 | 0 | 0.50 | 0.20 |
| HSL | 80º | 0.5% | 0.6% | - |
| HSV(B) | 80º | 0.5% | 0.8% | - |
| XYZ | 41.07 | 53.3 | 20.96 | - |
| YUV | 183.21 | 82.74 | 119.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 205 | 103 | 0.17 | 0 | 0.50 | 0.20 | 80 | 0.5 | 0.6 |
| Hex | AB | CD | 67 | 11 | 0 | 32 | 14 | 50 | 32 | 3C |
| Octal | 253 | 315 | 147 | 21 | 0 | 62 | 24 | 120 | 62 | 74 |
| Binary | 10101011 | 11001101 | 1100111 | 10001 | 0 | 110010 | 10100 | 1010000 | 110010 | 111100 |
Color Harmonies of #ABCD67
Complementary color
Monochromatic Colors of #ABCD67
Black with #ABCD67
Text Example
Text Example
White with #ABCD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCD67; }
p { color: rgb(171,205,103); }
H1.HeaderClassName
{
color: #ABCD67;
}
.AnyTagClassName
{
color: #ABCD67;
}
</style>
background-color css
<style>
a { background-color: #ABCD67; }
a { background-color: rgb(171,205,103); }
div.DivClassName
{
background-color: #ABCD67;
}
.BgClassName
{
background-color: #ABCD67;
}
</style>
border-color css
<style>
span { border-color: #ABCD67; }
span { border-color: rgb(171,205,103); }
td.TdClassName
{
border-color: #ABCD67;
}
.TagClassName
{
border-color: #ABCD67;
}
</style>