Shades of Citrus #ACC106
Tints of Citrus #ACC106
RGB
CMYK
RGB Variations
Color information
#ACC106 (or 0xACC106) is known color: Citrus. HEX triplet: AC, C1 and 06. RGB value is (172,193,6). Sum of RGB (Red+Green+Blue) = 172+193+6=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 193 (75.78% from 255 or 52.02% from 371); Blue value is 6 (2.73% from 255 or 1.62% from 371); Max value from RGB is 193 - color contains mainly: green. Hex color #ACC106 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACC106 is #533EF9. Grayscale: #A6A6A6. Windows color (decimal): -5455610 or 442796. OLE color: 442796.
HSL color Cylindrical-coordinate representation of color #ACC106: hue angle of 66.74º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #ACC106 is Cyan = 0.11, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 172 | 193 | 6 | - |
| CMYK | 0.11 | 0 | 0.97 | 0.24 |
| HSL | 66.74º | 0.94% | 0.39% | - |
| HSV(B) | 66.74º | 0.97% | 0.76% | - |
| XYZ | 36.12 | 46.92 | 7.33 | - |
| YUV | 165.4 | 38.04 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 193 | 6 | 0.11 | 0 | 0.97 | 0.24 | 66.74 | 0.94 | 0.39 |
| Hex | AC | C1 | 6 | B | 0 | 61 | 18 | 43 | 5E | 27 |
| Octal | 254 | 301 | 6 | 13 | 0 | 141 | 30 | 103 | 136 | 47 |
| Binary | 10101100 | 11000001 | 110 | 1011 | 0 | 1100001 | 11000 | 1000011 | 1011110 | 100111 |
Color Harmonies of #ACC106
Complementary color
Monochromatic Colors of #ACC106
Black with #ACC106
Text Example
Text Example
White with #ACC106
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC106; }
p { color: rgb(172,193,6); }
H1.HeaderClassName
{
color: #ACC106;
}
.AnyTagClassName
{
color: #ACC106;
}
</style>
background-color css
<style>
a { background-color: #ACC106; }
a { background-color: rgb(172,193,6); }
div.DivClassName
{
background-color: #ACC106;
}
.BgClassName
{
background-color: #ACC106;
}
</style>
border-color css
<style>
span { border-color: #ACC106; }
span { border-color: rgb(172,193,6); }
td.TdClassName
{
border-color: #ACC106;
}
.TagClassName
{
border-color: #ACC106;
}
</style>