Shades of Conifer #ABCE5B
Tints of Conifer #ABCE5B
RGB
CMYK
RGB Variations
Color information
#ABCE5B (or 0xABCE5B) is known color: Conifer. HEX triplet: AB, CE and 5B. RGB value is (171,206,91). Sum of RGB (Red+Green+Blue) = 171+206+91=468 (61% of max value = 765). Red value is 171 (67.19% from 255 or 36.54% from 468); Green value is 206 (80.86% from 255 or 44.02% from 468); Blue value is 91 (35.94% from 255 or 19.44% from 468); Max value from RGB is 206 - color contains mainly: green. Hex color #ABCE5B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ABCE5B is #5431A4. Grayscale: #B6B6B6. Windows color (decimal): -5517733 or 6016683. OLE color: 6016683.
HSL color Cylindrical-coordinate representation of color #ABCE5B: hue angle of 78.26º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #ABCE5B is Cyan = 0.17, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 206 | 91 | - |
| CMYK | 0.17 | 0 | 0.56 | 0.19 |
| HSL | 78.26º | 0.54% | 0.58% | - |
| HSV(B) | 78.26º | 0.56% | 0.81% | - |
| XYZ | 40.75 | 53.56 | 18.09 | - |
| YUV | 182.43 | 76.4 | 119.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 206 | 91 | 0.17 | 0 | 0.56 | 0.19 | 78.26 | 0.54 | 0.58 |
| Hex | AB | CE | 5B | 11 | 0 | 38 | 13 | 4E | 36 | 3A |
| Octal | 253 | 316 | 133 | 21 | 0 | 70 | 23 | 116 | 66 | 72 |
| Binary | 10101011 | 11001110 | 1011011 | 10001 | 0 | 111000 | 10011 | 1001110 | 110110 | 111010 |
Color Harmonies of #ABCE5B
Complementary color
Monochromatic Colors of #ABCE5B
Black with #ABCE5B
Text Example
Text Example
White with #ABCE5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCE5B; }
p { color: rgb(171,206,91); }
H1.HeaderClassName
{
color: #ABCE5B;
}
.AnyTagClassName
{
color: #ABCE5B;
}
</style>
background-color css
<style>
a { background-color: #ABCE5B; }
a { background-color: rgb(171,206,91); }
div.DivClassName
{
background-color: #ABCE5B;
}
.BgClassName
{
background-color: #ABCE5B;
}
</style>
border-color css
<style>
span { border-color: #ABCE5B; }
span { border-color: rgb(171,206,91); }
td.TdClassName
{
border-color: #ABCE5B;
}
.TagClassName
{
border-color: #ABCE5B;
}
</style>