Shades of Citrus #ABB703
Tints of Citrus #ABB703
RGB
CMYK
RGB Variations
Color information
#ABB703 (or 0xABB703) is known color: Citrus. HEX triplet: AB, B7 and 03. RGB value is (171,183,3). Sum of RGB (Red+Green+Blue) = 171+183+3=357 (47% of max value = 765). Red value is 171 (67.19% from 255 or 47.90% from 357); Green value is 183 (71.88% from 255 or 51.26% from 357); Blue value is 3 (1.56% from 255 or 0.84% from 357); Max value from RGB is 183 - color contains mainly: green. Hex color #ABB703 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ABB703 is #5448FC. Grayscale: #9F9F9F. Windows color (decimal): -5523709 or 243627. OLE color: 243627.
HSL color Cylindrical-coordinate representation of color #ABB703: hue angle of 64º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #ABB703 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 171 | 183 | 3 | - |
| CMYK | 0.07 | 0 | 0.98 | 0.28 |
| HSL | 64º | 0.97% | 0.36% | - |
| HSV(B) | 64º | 0.98% | 0.72% | - |
| XYZ | 33.74 | 42.53 | 6.52 | - |
| YUV | 158.89 | 40.02 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 183 | 3 | 0.07 | 0 | 0.98 | 0.28 | 64 | 0.97 | 0.36 |
| Hex | AB | B7 | 3 | 7 | 0 | 62 | 1C | 40 | 61 | 24 |
| Octal | 253 | 267 | 3 | 7 | 0 | 142 | 34 | 100 | 141 | 44 |
| Binary | 10101011 | 10110111 | 11 | 111 | 0 | 1100010 | 11100 | 1000000 | 1100001 | 100100 |
Color Harmonies of #ABB703
Complementary color
Monochromatic Colors of #ABB703
Black with #ABB703
Text Example
Text Example
White with #ABB703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABB703; }
p { color: rgb(171,183,3); }
H1.HeaderClassName
{
color: #ABB703;
}
.AnyTagClassName
{
color: #ABB703;
}
</style>
background-color css
<style>
a { background-color: #ABB703; }
a { background-color: rgb(171,183,3); }
div.DivClassName
{
background-color: #ABB703;
}
.BgClassName
{
background-color: #ABB703;
}
</style>
border-color css
<style>
span { border-color: #ABB703; }
span { border-color: rgb(171,183,3); }
td.TdClassName
{
border-color: #ABB703;
}
.TagClassName
{
border-color: #ABB703;
}
</style>