Shades of Citrus #ABAC08
Tints of Citrus #ABAC08
RGB
CMYK
RGB Variations
Color information
#ABAC08 (or 0xABAC08) is known color: Citrus. HEX triplet: AB, AC and 08. RGB value is (171,172,8). Sum of RGB (Red+Green+Blue) = 171+172+8=351 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.72% from 351); Green value is 172 (67.58% from 255 or 49.00% from 351); Blue value is 8 (3.52% from 255 or 2.28% from 351); Max value from RGB is 172 - color contains mainly: green. Hex color #ABAC08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABAC08 is #5453F7. Grayscale: #999999. Windows color (decimal): -5526520 or 568491. OLE color: 568491.
HSL color Cylindrical-coordinate representation of color #ABAC08: hue angle of 60.37º degrees, saturation: 0.91, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #ABAC08 is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 171 | 172 | 8 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.33 |
| HSL | 60.37º | 0.91% | 0.35% | - |
| HSV(B) | 60.37º | 0.95% | 0.67% | - |
| XYZ | 31.59 | 38.18 | 5.93 | - |
| YUV | 153.01 | 46.17 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 172 | 8 | 0.01 | 0 | 0.95 | 0.33 | 60.37 | 0.91 | 0.35 |
| Hex | AB | AC | 8 | 1 | 0 | 5F | 21 | 3C | 5B | 23 |
| Octal | 253 | 254 | 10 | 1 | 0 | 137 | 41 | 74 | 133 | 43 |
| Binary | 10101011 | 10101100 | 1000 | 1 | 0 | 1011111 | 100001 | 111100 | 1011011 | 100011 |
Color Harmonies of #ABAC08
Complementary color
Monochromatic Colors of #ABAC08
Black with #ABAC08
Text Example
Text Example
White with #ABAC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABAC08; }
p { color: rgb(171,172,8); }
H1.HeaderClassName
{
color: #ABAC08;
}
.AnyTagClassName
{
color: #ABAC08;
}
</style>
background-color css
<style>
a { background-color: #ABAC08; }
a { background-color: rgb(171,172,8); }
div.DivClassName
{
background-color: #ABAC08;
}
.BgClassName
{
background-color: #ABAC08;
}
</style>
border-color css
<style>
span { border-color: #ABAC08; }
span { border-color: rgb(171,172,8); }
td.TdClassName
{
border-color: #ABAC08;
}
.TagClassName
{
border-color: #ABAC08;
}
</style>