Shades of Citrus #ABBC0D
Tints of Citrus #ABBC0D
RGB
CMYK
RGB Variations
Color information
#ABBC0D (or 0xABBC0D) is known color: Citrus. HEX triplet: AB, BC and 0D. RGB value is (171,188,13). Sum of RGB (Red+Green+Blue) = 171+188+13=372 (49% of max value = 765). Red value is 171 (67.19% from 255 or 45.97% from 372); Green value is 188 (73.83% from 255 or 50.54% from 372); Blue value is 13 (5.47% from 255 or 3.49% from 372); Max value from RGB is 188 - color contains mainly: green. Hex color #ABBC0D is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBC0D is #5443F2. Grayscale: #A3A3A3. Windows color (decimal): -5522419 or 900267. OLE color: 900267.
HSL color Cylindrical-coordinate representation of color #ABBC0D: hue angle of 65.83º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #ABBC0D is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 188 | 13 | - |
| CMYK | 0.09 | 0 | 0.93 | 0.26 |
| HSL | 65.83º | 0.87% | 0.39% | - |
| HSV(B) | 65.83º | 0.93% | 0.74% | - |
| XYZ | 34.85 | 44.65 | 7.16 | - |
| YUV | 162.97 | 43.37 | 133.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 188 | 13 | 0.09 | 0 | 0.93 | 0.26 | 65.83 | 0.87 | 0.39 |
| Hex | AB | BC | D | 9 | 0 | 5D | 1A | 42 | 57 | 27 |
| Octal | 253 | 274 | 15 | 11 | 0 | 135 | 32 | 102 | 127 | 47 |
| Binary | 10101011 | 10111100 | 1101 | 1001 | 0 | 1011101 | 11010 | 1000010 | 1010111 | 100111 |
Color Harmonies of #ABBC0D
Complementary color
Monochromatic Colors of #ABBC0D
Black with #ABBC0D
Text Example
Text Example
White with #ABBC0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBC0D; }
p { color: rgb(171,188,13); }
H1.HeaderClassName
{
color: #ABBC0D;
}
.AnyTagClassName
{
color: #ABBC0D;
}
</style>
background-color css
<style>
a { background-color: #ABBC0D; }
a { background-color: rgb(171,188,13); }
div.DivClassName
{
background-color: #ABBC0D;
}
.BgClassName
{
background-color: #ABBC0D;
}
</style>
border-color css
<style>
span { border-color: #ABBC0D; }
span { border-color: rgb(171,188,13); }
td.TdClassName
{
border-color: #ABBC0D;
}
.TagClassName
{
border-color: #ABBC0D;
}
</style>