Shades of Citrus #A3B40C
Tints of Citrus #A3B40C
RGB
CMYK
RGB Variations
Color information
#A3B40C (or 0xA3B40C) is known color: Citrus. HEX triplet: A3, B4 and 0C. RGB value is (163,180,12). Sum of RGB (Red+Green+Blue) = 163+180+12=355 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.92% from 355); Green value is 180 (70.70% from 255 or 50.70% from 355); Blue value is 12 (5.08% from 255 or 3.38% from 355); Max value from RGB is 180 - color contains mainly: green. Hex color #A3B40C is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3B40C is #5C4BF3. Grayscale: #9C9C9C. Windows color (decimal): -6048756 or 832675. OLE color: 832675.
HSL color Cylindrical-coordinate representation of color #A3B40C: hue angle of 66.07º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A3B40C is Cyan = 0.09, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 163 | 180 | 12 | - |
| CMYK | 0.09 | 0 | 0.93 | 0.29 |
| HSL | 66.07º | 0.88% | 0.38% | - |
| HSV(B) | 66.07º | 0.93% | 0.71% | - |
| XYZ | 31.49 | 40.46 | 6.5 | - |
| YUV | 155.77 | 46.87 | 133.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 180 | 12 | 0.09 | 0 | 0.93 | 0.29 | 66.07 | 0.88 | 0.38 |
| Hex | A3 | B4 | C | 9 | 0 | 5D | 1D | 42 | 58 | 26 |
| Octal | 243 | 264 | 14 | 11 | 0 | 135 | 35 | 102 | 130 | 46 |
| Binary | 10100011 | 10110100 | 1100 | 1001 | 0 | 1011101 | 11101 | 1000010 | 1011000 | 100110 |
Color Harmonies of #A3B40C
Complementary color
Monochromatic Colors of #A3B40C
Black with #A3B40C
Text Example
Text Example
White with #A3B40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3B40C; }
p { color: rgb(163,180,12); }
H1.HeaderClassName
{
color: #A3B40C;
}
.AnyTagClassName
{
color: #A3B40C;
}
</style>
background-color css
<style>
a { background-color: #A3B40C; }
a { background-color: rgb(163,180,12); }
div.DivClassName
{
background-color: #A3B40C;
}
.BgClassName
{
background-color: #A3B40C;
}
</style>
border-color css
<style>
span { border-color: #A3B40C; }
span { border-color: rgb(163,180,12); }
td.TdClassName
{
border-color: #A3B40C;
}
.TagClassName
{
border-color: #A3B40C;
}
</style>