Shades of Citrus #A8B202
Tints of Citrus #A8B202
RGB
CMYK
RGB Variations
Color information
#A8B202 (or 0xA8B202) is known color: Citrus. HEX triplet: A8, B2 and 02. RGB value is (168,178,2). Sum of RGB (Red+Green+Blue) = 168+178+2=348 (46% of max value = 765). Red value is 168 (66.02% from 255 or 48.28% from 348); Green value is 178 (69.92% from 255 or 51.15% from 348); Blue value is 2 (1.17% from 255 or 0.57% from 348); Max value from RGB is 178 - color contains mainly: green. Hex color #A8B202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A8B202 is #574DFD. Grayscale: #9B9B9B. Windows color (decimal): -5721598 or 176808. OLE color: 176808.
HSL color Cylindrical-coordinate representation of color #A8B202: hue angle of 63.41º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A8B202 is Cyan = 0.06, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 168 | 178 | 2 | - |
| CMYK | 0.06 | 0 | 0.99 | 0.30 |
| HSL | 63.41º | 0.98% | 0.35% | - |
| HSV(B) | 63.41º | 0.99% | 0.7% | - |
| XYZ | 32.08 | 40.17 | 6.12 | - |
| YUV | 154.95 | 41.69 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 178 | 2 | 0.06 | 0 | 0.99 | 0.30 | 63.41 | 0.98 | 0.35 |
| Hex | A8 | B2 | 2 | 6 | 0 | 63 | 1E | 3F | 62 | 23 |
| Octal | 250 | 262 | 2 | 6 | 0 | 143 | 36 | 77 | 142 | 43 |
| Binary | 10101000 | 10110010 | 10 | 110 | 0 | 1100011 | 11110 | 111111 | 1100010 | 100011 |
Color Harmonies of #A8B202
Complementary color
Monochromatic Colors of #A8B202
Black with #A8B202
Text Example
Text Example
White with #A8B202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B202; }
p { color: rgb(168,178,2); }
H1.HeaderClassName
{
color: #A8B202;
}
.AnyTagClassName
{
color: #A8B202;
}
</style>
background-color css
<style>
a { background-color: #A8B202; }
a { background-color: rgb(168,178,2); }
div.DivClassName
{
background-color: #A8B202;
}
.BgClassName
{
background-color: #A8B202;
}
</style>
border-color css
<style>
span { border-color: #A8B202; }
span { border-color: rgb(168,178,2); }
td.TdClassName
{
border-color: #A8B202;
}
.TagClassName
{
border-color: #A8B202;
}
</style>