Shades of Citrus #A2B208
Tints of Citrus #A2B208
RGB
CMYK
RGB Variations
Color information
#A2B208 (or 0xA2B208) is known color: Citrus. HEX triplet: A2, B2 and 08. RGB value is (162,178,8). Sum of RGB (Red+Green+Blue) = 162+178+8=348 (46% of max value = 765). Red value is 162 (63.67% from 255 or 46.55% from 348); Green value is 178 (69.92% from 255 or 51.15% from 348); Blue value is 8 (3.52% from 255 or 2.30% from 348); Max value from RGB is 178 - color contains mainly: green. Hex color #A2B208 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A2B208 is #5D4DF7. Grayscale: #9A9A9A. Windows color (decimal): -6114808 or 570018. OLE color: 570018.
HSL color Cylindrical-coordinate representation of color #A2B208: hue angle of 65.65º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A2B208 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 162 | 178 | 8 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.30 |
| HSL | 65.65º | 0.91% | 0.36% | - |
| HSV(B) | 65.65º | 0.96% | 0.7% | - |
| XYZ | 30.86 | 39.54 | 6.23 | - |
| YUV | 153.84 | 45.7 | 133.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 178 | 8 | 0.09 | 0 | 0.96 | 0.30 | 65.65 | 0.91 | 0.36 |
| Hex | A2 | B2 | 8 | 9 | 0 | 60 | 1E | 42 | 5B | 24 |
| Octal | 242 | 262 | 10 | 11 | 0 | 140 | 36 | 102 | 133 | 44 |
| Binary | 10100010 | 10110010 | 1000 | 1001 | 0 | 1100000 | 11110 | 1000010 | 1011011 | 100100 |
Color Harmonies of #A2B208
Complementary color
Monochromatic Colors of #A2B208
Black with #A2B208
Text Example
Text Example
White with #A2B208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2B208; }
p { color: rgb(162,178,8); }
H1.HeaderClassName
{
color: #A2B208;
}
.AnyTagClassName
{
color: #A2B208;
}
</style>
background-color css
<style>
a { background-color: #A2B208; }
a { background-color: rgb(162,178,8); }
div.DivClassName
{
background-color: #A2B208;
}
.BgClassName
{
background-color: #A2B208;
}
</style>
border-color css
<style>
span { border-color: #A2B208; }
span { border-color: rgb(162,178,8); }
td.TdClassName
{
border-color: #A2B208;
}
.TagClassName
{
border-color: #A2B208;
}
</style>