Shades of Citrus #ABB20D
Tints of Citrus #ABB20D
RGB
CMYK
RGB Variations
Color information
#ABB20D (or 0xABB20D) is known color: Citrus. HEX triplet: AB, B2 and 0D. RGB value is (171,178,13). Sum of RGB (Red+Green+Blue) = 171+178+13=362 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.24% from 362); Green value is 178 (69.92% from 255 or 49.17% from 362); Blue value is 13 (5.47% from 255 or 3.59% from 362); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB20D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABB20D is #544DF2. Grayscale: #9D9D9D. Windows color (decimal): -5524979 or 897707. OLE color: 897707.
HSL color Cylindrical-coordinate representation of color #ABB20D: hue angle of 62.55º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ABB20D is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 178 | 13 | - |
| CMYK | 0.04 | 0 | 0.93 | 0.30 |
| HSL | 62.55º | 0.86% | 0.37% | - |
| HSV(B) | 62.55º | 0.93% | 0.7% | - |
| XYZ | 32.79 | 40.53 | 6.48 | - |
| YUV | 157.1 | 46.68 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 178 | 13 | 0.04 | 0 | 0.93 | 0.30 | 62.55 | 0.86 | 0.37 |
| Hex | AB | B2 | D | 4 | 0 | 5D | 1E | 3F | 56 | 25 |
| Octal | 253 | 262 | 15 | 4 | 0 | 135 | 36 | 77 | 126 | 45 |
| Binary | 10101011 | 10110010 | 1101 | 100 | 0 | 1011101 | 11110 | 111111 | 1010110 | 100101 |
Color Harmonies of #ABB20D
Complementary color
Monochromatic Colors of #ABB20D
Black with #ABB20D
Text Example
Text Example
White with #ABB20D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB20D; }
p { color: rgb(171,178,13); }
H1.HeaderClassName
{
color: #ABB20D;
}
.AnyTagClassName
{
color: #ABB20D;
}
</style>
background-color css
<style>
a { background-color: #ABB20D; }
a { background-color: rgb(171,178,13); }
div.DivClassName
{
background-color: #ABB20D;
}
.BgClassName
{
background-color: #ABB20D;
}
</style>
border-color css
<style>
span { border-color: #ABB20D; }
span { border-color: rgb(171,178,13); }
td.TdClassName
{
border-color: #ABB20D;
}
.TagClassName
{
border-color: #ABB20D;
}
</style>