Shades of Citrus #A7B30B
Tints of Citrus #A7B30B
RGB
CMYK
RGB Variations
Color information
#A7B30B (or 0xA7B30B) is known color: Citrus. HEX triplet: A7, B3 and 0B. RGB value is (167,179,11). Sum of RGB (Red+Green+Blue) = 167+179+11=357 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.78% from 357); Green value is 179 (70.31% from 255 or 50.14% from 357); Blue value is 11 (4.69% from 255 or 3.08% from 357); Max value from RGB is 179 - color contains mainly: green. Hex color #A7B30B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A7B30B is #584CF4. Grayscale: #9C9C9C. Windows color (decimal): -5786869 or 766887. OLE color: 766887.
HSL color Cylindrical-coordinate representation of color #A7B30B: hue angle of 64.29º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A7B30B is Cyan = 0.07, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 167 | 179 | 11 | - |
| CMYK | 0.07 | 0 | 0.94 | 0.30 |
| HSL | 64.29º | 0.88% | 0.37% | - |
| HSV(B) | 64.29º | 0.94% | 0.7% | - |
| XYZ | 32.12 | 40.48 | 6.44 | - |
| YUV | 156.26 | 46.02 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 179 | 11 | 0.07 | 0 | 0.94 | 0.30 | 64.29 | 0.88 | 0.37 |
| Hex | A7 | B3 | B | 7 | 0 | 5E | 1E | 40 | 58 | 25 |
| Octal | 247 | 263 | 13 | 7 | 0 | 136 | 36 | 100 | 130 | 45 |
| Binary | 10100111 | 10110011 | 1011 | 111 | 0 | 1011110 | 11110 | 1000000 | 1011000 | 100101 |
Color Harmonies of #A7B30B
Complementary color
Monochromatic Colors of #A7B30B
Black with #A7B30B
Text Example
Text Example
White with #A7B30B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7B30B; }
p { color: rgb(167,179,11); }
H1.HeaderClassName
{
color: #A7B30B;
}
.AnyTagClassName
{
color: #A7B30B;
}
</style>
background-color css
<style>
a { background-color: #A7B30B; }
a { background-color: rgb(167,179,11); }
div.DivClassName
{
background-color: #A7B30B;
}
.BgClassName
{
background-color: #A7B30B;
}
</style>
border-color css
<style>
span { border-color: #A7B30B; }
span { border-color: rgb(167,179,11); }
td.TdClassName
{
border-color: #A7B30B;
}
.TagClassName
{
border-color: #A7B30B;
}
</style>