Shades of Citrus #A8B70B
Tints of Citrus #A8B70B
RGB
CMYK
RGB Variations
Color information
#A8B70B (or 0xA8B70B) is known color: Citrus. HEX triplet: A8, B7 and 0B. RGB value is (168,183,11). Sum of RGB (Red+Green+Blue) = 168+183+11=362 (47% of max value = 765). Red value is 168 (66.02% from 255 or 46.41% from 362); Green value is 183 (71.88% from 255 or 50.55% from 362); Blue value is 11 (4.69% from 255 or 3.04% from 362); Max value from RGB is 183 - color contains mainly: green. Hex color #A8B70B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B70B is #5748F4. Grayscale: #9F9F9F. Windows color (decimal): -5720309 or 767912. OLE color: 767912.
HSL color Cylindrical-coordinate representation of color #A8B70B: hue angle of 65.23º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A8B70B is Cyan = 0.08, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 168 | 183 | 11 | - |
| CMYK | 0.08 | 0 | 0.94 | 0.28 |
| HSL | 65.23º | 0.89% | 0.38% | - |
| HSV(B) | 65.23º | 0.94% | 0.72% | - |
| XYZ | 33.14 | 42.22 | 6.72 | - |
| YUV | 158.91 | 44.53 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 183 | 11 | 0.08 | 0 | 0.94 | 0.28 | 65.23 | 0.89 | 0.38 |
| Hex | A8 | B7 | B | 8 | 0 | 5E | 1C | 41 | 59 | 26 |
| Octal | 250 | 267 | 13 | 10 | 0 | 136 | 34 | 101 | 131 | 46 |
| Binary | 10101000 | 10110111 | 1011 | 1000 | 0 | 1011110 | 11100 | 1000001 | 1011001 | 100110 |
Color Harmonies of #A8B70B
Complementary color
Monochromatic Colors of #A8B70B
Black with #A8B70B
Text Example
Text Example
White with #A8B70B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B70B; }
p { color: rgb(168,183,11); }
H1.HeaderClassName
{
color: #A8B70B;
}
.AnyTagClassName
{
color: #A8B70B;
}
</style>
background-color css
<style>
a { background-color: #A8B70B; }
a { background-color: rgb(168,183,11); }
div.DivClassName
{
background-color: #A8B70B;
}
.BgClassName
{
background-color: #A8B70B;
}
</style>
border-color css
<style>
span { border-color: #A8B70B; }
span { border-color: rgb(168,183,11); }
td.TdClassName
{
border-color: #A8B70B;
}
.TagClassName
{
border-color: #A8B70B;
}
</style>