Shades of Citrus #A3B208
Tints of Citrus #A3B208
RGB
CMYK
RGB Variations
Color information
#A3B208 (or 0xA3B208) is known color: Citrus. HEX triplet: A3, B2 and 08. RGB value is (163,178,8). Sum of RGB (Red+Green+Blue) = 163+178+8=349 (46% of max value = 765). Red value is 163 (64.06% from 255 or 46.70% from 349); Green value is 178 (69.92% from 255 or 51.00% from 349); Blue value is 8 (3.52% from 255 or 2.29% from 349); Max value from RGB is 178 - color contains mainly: green. Hex color #A3B208 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A3B208 is #5C4DF7. Grayscale: #9A9A9A. Windows color (decimal): -6049272 or 570019. OLE color: 570019.
HSL color Cylindrical-coordinate representation of color #A3B208: hue angle of 65.29º 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 #A3B208 is Cyan = 0.08, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 163 | 178 | 8 | - |
| CMYK | 0.08 | 0 | 0.96 | 0.30 |
| HSL | 65.29º | 0.91% | 0.36% | - |
| HSV(B) | 65.29º | 0.96% | 0.7% | - |
| XYZ | 31.07 | 39.64 | 6.24 | - |
| YUV | 154.14 | 45.53 | 134.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 178 | 8 | 0.08 | 0 | 0.96 | 0.30 | 65.29 | 0.91 | 0.36 |
| Hex | A3 | B2 | 8 | 8 | 0 | 60 | 1E | 41 | 5B | 24 |
| Octal | 243 | 262 | 10 | 10 | 0 | 140 | 36 | 101 | 133 | 44 |
| Binary | 10100011 | 10110010 | 1000 | 1000 | 0 | 1100000 | 11110 | 1000001 | 1011011 | 100100 |
Color Harmonies of #A3B208
Complementary color
Monochromatic Colors of #A3B208
Black with #A3B208
Text Example
Text Example
White with #A3B208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B208; }
p { color: rgb(163,178,8); }
H1.HeaderClassName
{
color: #A3B208;
}
.AnyTagClassName
{
color: #A3B208;
}
</style>
background-color css
<style>
a { background-color: #A3B208; }
a { background-color: rgb(163,178,8); }
div.DivClassName
{
background-color: #A3B208;
}
.BgClassName
{
background-color: #A3B208;
}
</style>
border-color css
<style>
span { border-color: #A3B208; }
span { border-color: rgb(163,178,8); }
td.TdClassName
{
border-color: #A3B208;
}
.TagClassName
{
border-color: #A3B208;
}
</style>