Shades of Citrus #ABBD00
Tints of Citrus #ABBD00
RGB
CMYK
RGB Variations
Color information
#ABBD00 (or 0xABBD00) is known color: Citrus. HEX triplet: AB, BD and 00. RGB value is (171,189,0). Sum of RGB (Red+Green+Blue) = 171+189+0=360 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.5% from 360); Green value is 189 (74.22% from 255 or 52.5% from 360); Blue value is 0 (0.39% from 255 or 0% from 360); Max value from RGB is 189 - color contains mainly: green. Hex color #ABBD00 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABBD00 is #5442FF. Grayscale: #A2A2A2. Windows color (decimal): -5522176 or 48555. OLE color: 48555.
HSL color Cylindrical-coordinate representation of color #ABBD00: hue angle of 65.71º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ABBD00 is Cyan = 0.10, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 171 | 189 | 0 | - |
| CMYK | 0.10 | 0 | 1 | 0.26 |
| HSL | 65.71º | 1% | 0.37% | - |
| HSV(B) | 65.71º | 1% | 0.74% | - |
| XYZ | 34.99 | 45.05 | 6.85 | - |
| YUV | 162.07 | 36.54 | 134.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 189 | 0 | 0.10 | 0 | 1 | 0.26 | 65.71 | 1 | 0.37 |
| Hex | AB | BD | 0 | A | 0 | 64 | 1A | 42 | 64 | 25 |
| Octal | 253 | 275 | 0 | 12 | 0 | 144 | 32 | 102 | 144 | 45 |
| Binary | 10101011 | 10111101 | 0 | 1010 | 0 | 1100100 | 11010 | 1000010 | 1100100 | 100101 |
Color Harmonies of #ABBD00
Complementary color
Monochromatic Colors of #ABBD00
Black with #ABBD00
Text Example
Text Example
White with #ABBD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABBD00; }
p { color: rgb(171,189,0); }
H1.HeaderClassName
{
color: #ABBD00;
}
.AnyTagClassName
{
color: #ABBD00;
}
</style>
background-color css
<style>
a { background-color: #ABBD00; }
a { background-color: rgb(171,189,0); }
div.DivClassName
{
background-color: #ABBD00;
}
.BgClassName
{
background-color: #ABBD00;
}
</style>
border-color css
<style>
span { border-color: #ABBD00; }
span { border-color: rgb(171,189,0); }
td.TdClassName
{
border-color: #ABBD00;
}
.TagClassName
{
border-color: #ABBD00;
}
</style>