Shades of Citrus #ABB203
Tints of Citrus #ABB203
RGB
CMYK
RGB Variations
Color information
#ABB203 (or 0xABB203) is known color: Citrus. HEX triplet: AB, B2 and 03. RGB value is (171,178,3). Sum of RGB (Red+Green+Blue) = 171+178+3=352 (46% of max value = 765). Red value is 171 (67.19% from 255 or 48.58% from 352); Green value is 178 (69.92% from 255 or 50.57% from 352); Blue value is 3 (1.56% from 255 or 0.85% from 352); Max value from RGB is 178 - color contains mainly: green. Hex color #ABB203 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #ABB203 is #544DFC. Grayscale: #9C9C9C. Windows color (decimal): -5524989 or 242347. OLE color: 242347.
HSL color Cylindrical-coordinate representation of color #ABB203: hue angle of 62.4º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ABB203 is Cyan = 0.04, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 171 | 178 | 3 | - |
| CMYK | 0.04 | 0 | 0.98 | 0.30 |
| HSL | 62.4º | 0.97% | 0.35% | - |
| HSV(B) | 62.4º | 0.98% | 0.7% | - |
| XYZ | 32.73 | 40.51 | 6.18 | - |
| YUV | 155.96 | 41.68 | 138.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 178 | 3 | 0.04 | 0 | 0.98 | 0.30 | 62.4 | 0.97 | 0.35 |
| Hex | AB | B2 | 3 | 4 | 0 | 62 | 1E | 3E | 61 | 23 |
| Octal | 253 | 262 | 3 | 4 | 0 | 142 | 36 | 76 | 141 | 43 |
| Binary | 10101011 | 10110010 | 11 | 100 | 0 | 1100010 | 11110 | 111110 | 1100001 | 100011 |
Color Harmonies of #ABB203
Complementary color
Monochromatic Colors of #ABB203
Black with #ABB203
Text Example
Text Example
White with #ABB203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB203; }
p { color: rgb(171,178,3); }
H1.HeaderClassName
{
color: #ABB203;
}
.AnyTagClassName
{
color: #ABB203;
}
</style>
background-color css
<style>
a { background-color: #ABB203; }
a { background-color: rgb(171,178,3); }
div.DivClassName
{
background-color: #ABB203;
}
.BgClassName
{
background-color: #ABB203;
}
</style>
border-color css
<style>
span { border-color: #ABB203; }
span { border-color: rgb(171,178,3); }
td.TdClassName
{
border-color: #ABB203;
}
.TagClassName
{
border-color: #ABB203;
}
</style>