Shades of Conifer #ABCC5B
Tints of Conifer #ABCC5B
RGB
CMYK
RGB Variations
Color information
#ABCC5B (or 0xABCC5B) is known color: Conifer. HEX triplet: AB, CC and 5B. RGB value is (171,204,91). Sum of RGB (Red+Green+Blue) = 171+204+91=466 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.70% from 466); Green value is 204 (80.08% from 255 or 43.78% from 466); Blue value is 91 (35.94% from 255 or 19.53% from 466); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCC5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCC5B is #5433A4. Grayscale: #B5B5B5. Windows color (decimal): -5518245 or 6016171. OLE color: 6016171.
HSL color Cylindrical-coordinate representation of color #ABCC5B: hue angle of 77.52º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #ABCC5B is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 204 | 91 | - |
| CMYK | 0.16 | 0 | 0.55 | 0.2 |
| HSL | 77.52º | 0.53% | 0.58% | - |
| HSV(B) | 77.52º | 0.55% | 0.8% | - |
| XYZ | 40.28 | 52.6 | 17.93 | - |
| YUV | 181.25 | 77.07 | 120.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 91 | 0.16 | 0 | 0.55 | 0.2 | 77.52 | 0.53 | 0.58 |
| Hex | AB | CC | 5B | 10 | 0 | 37 | 14 | 4E | 35 | 3A |
| Octal | 253 | 314 | 133 | 20 | 0 | 67 | 24 | 116 | 65 | 72 |
| Binary | 10101011 | 11001100 | 1011011 | 10000 | 0 | 110111 | 10100 | 1001110 | 110101 | 111010 |
Color Harmonies of #ABCC5B
Complementary color
Monochromatic Colors of #ABCC5B
Black with #ABCC5B
Text Example
Text Example
White with #ABCC5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCC5B; }
p { color: rgb(171,204,91); }
H1.HeaderClassName
{
color: #ABCC5B;
}
.AnyTagClassName
{
color: #ABCC5B;
}
</style>
background-color css
<style>
a { background-color: #ABCC5B; }
a { background-color: rgb(171,204,91); }
div.DivClassName
{
background-color: #ABCC5B;
}
.BgClassName
{
background-color: #ABCC5B;
}
</style>
border-color css
<style>
span { border-color: #ABCC5B; }
span { border-color: rgb(171,204,91); }
td.TdClassName
{
border-color: #ABCC5B;
}
.TagClassName
{
border-color: #ABCC5B;
}
</style>