Shades of Citrus #A7AB02
Tints of Citrus #A7AB02
RGB
CMYK
RGB Variations
Color information
#A7AB02 (or 0xA7AB02) is known color: Citrus. HEX triplet: A7, AB and 02. RGB value is (167,171,2). Sum of RGB (Red+Green+Blue) = 167+171+2=340 (45% of max value = 765). Red value is 167 (65.62% from 255 or 49.12% from 340); Green value is 171 (67.19% from 255 or 50.29% from 340); Blue value is 2 (1.17% from 255 or 0.59% from 340); Max value from RGB is 171 - color contains mainly: green. Hex color #A7AB02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7AB02 is #5854FD. Grayscale: #979797. Windows color (decimal): -5788926 or 175015. OLE color: 175015.
HSL color Cylindrical-coordinate representation of color #A7AB02: hue angle of 61.42º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A7AB02 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 167 | 171 | 2 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.33 |
| HSL | 61.42º | 0.98% | 0.34% | - |
| HSV(B) | 61.42º | 0.99% | 0.67% | - |
| XYZ | 30.51 | 37.35 | 5.66 | - |
| YUV | 150.54 | 44.17 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 171 | 2 | 0.02 | 0 | 0.99 | 0.33 | 61.42 | 0.98 | 0.34 |
| Hex | A7 | AB | 2 | 2 | 0 | 63 | 21 | 3D | 62 | 22 |
| Octal | 247 | 253 | 2 | 2 | 0 | 143 | 41 | 75 | 142 | 42 |
| Binary | 10100111 | 10101011 | 10 | 10 | 0 | 1100011 | 100001 | 111101 | 1100010 | 100010 |
Color Harmonies of #A7AB02
Complementary color
Monochromatic Colors of #A7AB02
Black with #A7AB02
Text Example
Text Example
White with #A7AB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7AB02; }
p { color: rgb(167,171,2); }
H1.HeaderClassName
{
color: #A7AB02;
}
.AnyTagClassName
{
color: #A7AB02;
}
</style>
background-color css
<style>
a { background-color: #A7AB02; }
a { background-color: rgb(167,171,2); }
div.DivClassName
{
background-color: #A7AB02;
}
.BgClassName
{
background-color: #A7AB02;
}
</style>
border-color css
<style>
span { border-color: #A7AB02; }
span { border-color: rgb(167,171,2); }
td.TdClassName
{
border-color: #A7AB02;
}
.TagClassName
{
border-color: #A7AB02;
}
</style>