Shades of Citrus #A7B908
Tints of Citrus #A7B908
RGB
CMYK
RGB Variations
Color information
#A7B908 (or 0xA7B908) is known color: Citrus. HEX triplet: A7, B9 and 08. RGB value is (167,185,8). Sum of RGB (Red+Green+Blue) = 167+185+8=360 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.39% from 360); Green value is 185 (72.66% from 255 or 51.39% from 360); Blue value is 8 (3.52% from 255 or 2.22% from 360); Max value from RGB is 185 - color contains mainly: green. Hex color #A7B908 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7B908 is #5846F7. Grayscale: #A0A0A0. Windows color (decimal): -5785336 or 571815. OLE color: 571815.
HSL color Cylindrical-coordinate representation of color #A7B908: hue angle of 66.1º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A7B908 is Cyan = 0.10, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 167 | 185 | 8 | - |
| CMYK | 0.10 | 0 | 0.96 | 0.27 |
| HSL | 66.1º | 0.92% | 0.38% | - |
| HSV(B) | 66.1º | 0.96% | 0.73% | - |
| XYZ | 33.33 | 42.93 | 6.76 | - |
| YUV | 159.44 | 42.54 | 133.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 185 | 8 | 0.10 | 0 | 0.96 | 0.27 | 66.1 | 0.92 | 0.38 |
| Hex | A7 | B9 | 8 | A | 0 | 60 | 1B | 42 | 5C | 26 |
| Octal | 247 | 271 | 10 | 12 | 0 | 140 | 33 | 102 | 134 | 46 |
| Binary | 10100111 | 10111001 | 1000 | 1010 | 0 | 1100000 | 11011 | 1000010 | 1011100 | 100110 |
Color Harmonies of #A7B908
Complementary color
Monochromatic Colors of #A7B908
Black with #A7B908
Text Example
Text Example
White with #A7B908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B908; }
p { color: rgb(167,185,8); }
H1.HeaderClassName
{
color: #A7B908;
}
.AnyTagClassName
{
color: #A7B908;
}
</style>
background-color css
<style>
a { background-color: #A7B908; }
a { background-color: rgb(167,185,8); }
div.DivClassName
{
background-color: #A7B908;
}
.BgClassName
{
background-color: #A7B908;
}
</style>
border-color css
<style>
span { border-color: #A7B908; }
span { border-color: rgb(167,185,8); }
td.TdClassName
{
border-color: #A7B908;
}
.TagClassName
{
border-color: #A7B908;
}
</style>