Shades of Citrus #A7B112
Tints of Citrus #A7B112
RGB
CMYK
RGB Variations
Color information
#A7B112 (or 0xA7B112) is known color: Citrus. HEX triplet: A7, B1 and 12. RGB value is (167,177,18). Sum of RGB (Red+Green+Blue) = 167+177+18=362 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.13% from 362); Green value is 177 (69.53% from 255 or 48.90% from 362); Blue value is 18 (7.42% from 255 or 4.97% from 362); Max value from RGB is 177 - color contains mainly: green. Hex color #A7B112 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A7B112 is #584EED. Grayscale: #9C9C9C. Windows color (decimal): -5787374 or 1225127. OLE color: 1225127.
HSL color Cylindrical-coordinate representation of color #A7B112: hue angle of 63.77º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A7B112 is Cyan = 0.06, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 167 | 177 | 18 | - |
| CMYK | 0.06 | 0 | 0.90 | 0.31 |
| HSL | 63.77º | 0.82% | 0.38% | - |
| HSV(B) | 63.77º | 0.9% | 0.69% | - |
| XYZ | 31.77 | 39.7 | 6.56 | - |
| YUV | 155.88 | 50.19 | 135.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 177 | 18 | 0.06 | 0 | 0.90 | 0.31 | 63.77 | 0.82 | 0.38 |
| Hex | A7 | B1 | 12 | 6 | 0 | 5A | 1F | 40 | 52 | 26 |
| Octal | 247 | 261 | 22 | 6 | 0 | 132 | 37 | 100 | 122 | 46 |
| Binary | 10100111 | 10110001 | 10010 | 110 | 0 | 1011010 | 11111 | 1000000 | 1010010 | 100110 |
Color Harmonies of #A7B112
Complementary color
Monochromatic Colors of #A7B112
Black with #A7B112
Text Example
Text Example
White with #A7B112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B112; }
p { color: rgb(167,177,18); }
H1.HeaderClassName
{
color: #A7B112;
}
.AnyTagClassName
{
color: #A7B112;
}
</style>
background-color css
<style>
a { background-color: #A7B112; }
a { background-color: rgb(167,177,18); }
div.DivClassName
{
background-color: #A7B112;
}
.BgClassName
{
background-color: #A7B112;
}
</style>
border-color css
<style>
span { border-color: #A7B112; }
span { border-color: rgb(167,177,18); }
td.TdClassName
{
border-color: #A7B112;
}
.TagClassName
{
border-color: #A7B112;
}
</style>