Shades of Citrus #A3CB06
Tints of Citrus #A3CB06
RGB
CMYK
RGB Variations
Color information
#A3CB06 (or 0xA3CB06) is known color: Citrus. HEX triplet: A3, CB and 06. RGB value is (163,203,6). Sum of RGB (Red+Green+Blue) = 163+203+6=372 (49% of max value = 765). Red value is 163 (64.06% from 255 or 43.82% from 372); Green value is 203 (79.69% from 255 or 54.57% from 372); Blue value is 6 (2.73% from 255 or 1.61% from 372); Max value from RGB is 203 - color contains mainly: green. Hex color #A3CB06 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A3CB06 is #5C34F9. Grayscale: #A9A9A9. Windows color (decimal): -6042874 or 445347. OLE color: 445347.
HSL color Cylindrical-coordinate representation of color #A3CB06: hue angle of 72.18º degrees, saturation: 0.94, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A3CB06 is Cyan = 0.20, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 163 | 203 | 6 | - |
| CMYK | 0.20 | 0 | 0.97 | 0.20 |
| HSL | 72.18º | 0.94% | 0.41% | - |
| HSV(B) | 72.18º | 0.97% | 0.8% | - |
| XYZ | 36.49 | 50.51 | 8 | - |
| YUV | 168.58 | 36.25 | 124.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 203 | 6 | 0.20 | 0 | 0.97 | 0.20 | 72.18 | 0.94 | 0.41 |
| Hex | A3 | CB | 6 | 14 | 0 | 61 | 14 | 48 | 5E | 29 |
| Octal | 243 | 313 | 6 | 24 | 0 | 141 | 24 | 110 | 136 | 51 |
| Binary | 10100011 | 11001011 | 110 | 10100 | 0 | 1100001 | 10100 | 1001000 | 1011110 | 101001 |
Color Harmonies of #A3CB06
Complementary color
Monochromatic Colors of #A3CB06
Black with #A3CB06
Text Example
Text Example
White with #A3CB06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3CB06; }
p { color: rgb(163,203,6); }
H1.HeaderClassName
{
color: #A3CB06;
}
.AnyTagClassName
{
color: #A3CB06;
}
</style>
background-color css
<style>
a { background-color: #A3CB06; }
a { background-color: rgb(163,203,6); }
div.DivClassName
{
background-color: #A3CB06;
}
.BgClassName
{
background-color: #A3CB06;
}
</style>
border-color css
<style>
span { border-color: #A3CB06; }
span { border-color: rgb(163,203,6); }
td.TdClassName
{
border-color: #A3CB06;
}
.TagClassName
{
border-color: #A3CB06;
}
</style>