Shades of Citrus #ABB200
Tints of Citrus #ABB200
RGB
CMYK
RGB Variations
Color information
#ABB200 (or 0xABB200) is known color: Citrus. HEX triplet: AB, B2 and 00. RGB value is (171,178,0). Sum of RGB (Red+Green+Blue) = 171+178+0=349 (46% of max value = 765). Red value is 171 (67.19% from 255 or 49.00% from 349); Green value is 178 (69.92% from 255 or 51.00% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB200 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABB200 is #544DFF. Grayscale: #9C9C9C. Windows color (decimal): -5524992 or 45739. OLE color: 45739.
HSL color Cylindrical-coordinate representation of color #ABB200: hue angle of 62.36º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #ABB200 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 178 | 0 | - |
| CMYK | 0.04 | 0 | 1 | 0.30 |
| HSL | 62.36º | 1% | 0.35% | - |
| HSV(B) | 62.36º | 1% | 0.7% | - |
| XYZ | 32.71 | 40.5 | 6.09 | - |
| YUV | 155.62 | 40.18 | 138.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 178 | 0 | 0.04 | 0 | 1 | 0.30 | 62.36 | 1 | 0.35 |
| Hex | AB | B2 | 0 | 4 | 0 | 64 | 1E | 3E | 64 | 23 |
| Octal | 253 | 262 | 0 | 4 | 0 | 144 | 36 | 76 | 144 | 43 |
| Binary | 10101011 | 10110010 | 0 | 100 | 0 | 1100100 | 11110 | 111110 | 1100100 | 100011 |
Color Harmonies of #ABB200
Complementary color
Monochromatic Colors of #ABB200
Black with #ABB200
Text Example
Text Example
White with #ABB200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB200; }
p { color: rgb(171,178,0); }
H1.HeaderClassName
{
color: #ABB200;
}
.AnyTagClassName
{
color: #ABB200;
}
</style>
background-color css
<style>
a { background-color: #ABB200; }
a { background-color: rgb(171,178,0); }
div.DivClassName
{
background-color: #ABB200;
}
.BgClassName
{
background-color: #ABB200;
}
</style>
border-color css
<style>
span { border-color: #ABB200; }
span { border-color: rgb(171,178,0); }
td.TdClassName
{
border-color: #ABB200;
}
.TagClassName
{
border-color: #ABB200;
}
</style>