Shades of Citrus #A6B202
Tints of Citrus #A6B202
RGB
CMYK
RGB Variations
Color information
#A6B202 (or 0xA6B202) is known color: Citrus. HEX triplet: A6, B2 and 02. RGB value is (166,178,2). Sum of RGB (Red+Green+Blue) = 166+178+2=346 (45% of max value = 765). Red value is 166 (65.23% from 255 or 47.98% from 346); Green value is 178 (69.92% from 255 or 51.45% from 346); Blue value is 2 (1.17% from 255 or 0.58% from 346); Max value from RGB is 178 - color contains mainly: green. Hex color #A6B202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A6B202 is #594DFD. Grayscale: #9B9B9B. Windows color (decimal): -5852670 or 176806. OLE color: 176806.
HSL color Cylindrical-coordinate representation of color #A6B202: hue angle of 64.09º 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 #A6B202 is Cyan = 0.07, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 166 | 178 | 2 | - |
| CMYK | 0.07 | 0 | 0.99 | 0.30 |
| HSL | 64.09º | 0.98% | 0.35% | - |
| HSV(B) | 64.09º | 0.99% | 0.7% | - |
| XYZ | 31.66 | 39.95 | 6.1 | - |
| YUV | 154.35 | 42.02 | 136.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 178 | 2 | 0.07 | 0 | 0.99 | 0.30 | 64.09 | 0.98 | 0.35 |
| Hex | A6 | B2 | 2 | 7 | 0 | 63 | 1E | 40 | 62 | 23 |
| Octal | 246 | 262 | 2 | 7 | 0 | 143 | 36 | 100 | 142 | 43 |
| Binary | 10100110 | 10110010 | 10 | 111 | 0 | 1100011 | 11110 | 1000000 | 1100010 | 100011 |
Color Harmonies of #A6B202
Complementary color
Monochromatic Colors of #A6B202
Black with #A6B202
Text Example
Text Example
White with #A6B202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6B202; }
p { color: rgb(166,178,2); }
H1.HeaderClassName
{
color: #A6B202;
}
.AnyTagClassName
{
color: #A6B202;
}
</style>
background-color css
<style>
a { background-color: #A6B202; }
a { background-color: rgb(166,178,2); }
div.DivClassName
{
background-color: #A6B202;
}
.BgClassName
{
background-color: #A6B202;
}
</style>
border-color css
<style>
span { border-color: #A6B202; }
span { border-color: rgb(166,178,2); }
td.TdClassName
{
border-color: #A6B202;
}
.TagClassName
{
border-color: #A6B202;
}
</style>