Shades of Citrus #A8B403
Tints of Citrus #A8B403
RGB
CMYK
RGB Variations
Color information
#A8B403 (or 0xA8B403) is known color: Citrus. HEX triplet: A8, B4 and 03. RGB value is (168,180,3). Sum of RGB (Red+Green+Blue) = 168+180+3=351 (46% of max value = 765). Red value is 168 (66.02% from 255 or 47.86% from 351); Green value is 180 (70.70% from 255 or 51.28% from 351); Blue value is 3 (1.56% from 255 or 0.85% from 351); Max value from RGB is 180 - color contains mainly: green. Hex color #A8B403 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #A8B403 is #574BFC. Grayscale: #9C9C9C. Windows color (decimal): -5721085 or 242856. OLE color: 242856.
HSL color Cylindrical-coordinate representation of color #A8B403: hue angle of 64.07º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A8B403 is Cyan = 0.07, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.29.
Color convert
RGB | 168 | 180 | 3 | - |
CMYK | 0.07 | 0 | 0.98 | 0.29 |
HSL | 64.07º | 0.97% | 0.36% | - |
HSV(B) | 64.07º | 0.98% | 0.71% | - |
XYZ | 32.49 | 40.97 | 6.28 | - |
YUV | 156.23 | 41.52 | 136.39 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 168 | 180 | 3 | 0.07 | 0 | 0.98 | 0.29 | 64.07 | 0.97 | 0.36 |
Hex | A8 | B4 | 3 | 7 | 0 | 62 | 1D | 40 | 61 | 24 |
Octal | 250 | 264 | 3 | 7 | 0 | 142 | 35 | 100 | 141 | 44 |
Binary | 10101000 | 10110100 | 11 | 111 | 0 | 1100010 | 11101 | 1000000 | 1100001 | 100100 |
Color Harmonies of #A8B403
Complementary color
Monochromatic Colors of #A8B403
Black with #A8B403
Text Example
Text Example
White with #A8B403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8B403; }
p { color: rgb(168,180,3); }
H1.HeaderClassName
{
color: #A8B403;
}
.AnyTagClassName
{
color: #A8B403;
}
</style>
background-color css
<style>
a { background-color: #A8B403; }
a { background-color: rgb(168,180,3); }
div.DivClassName
{
background-color: #A8B403;
}
.BgClassName
{
background-color: #A8B403;
}
</style>
border-color css
<style>
span { border-color: #A8B403; }
span { border-color: rgb(168,180,3); }
td.TdClassName
{
border-color: #A8B403;
}
.TagClassName
{
border-color: #A8B403;
}
</style>