Shades of Citrus #ACBC07
Tints of Citrus #ACBC07
RGB
CMYK
RGB Variations
Color information
#ACBC07 (or 0xACBC07) is known color: Citrus. HEX triplet: AC, BC and 07. RGB value is (172,188,7). Sum of RGB (Red+Green+Blue) = 172+188+7=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 188 (73.83% from 255 or 51.23% from 367); Blue value is 7 (3.12% from 255 or 1.91% from 367); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC07 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBC07 is #5343F8. Grayscale: #A3A3A3. Windows color (decimal): -5456889 or 507052. OLE color: 507052.
HSL color Cylindrical-coordinate representation of color #ACBC07: hue angle of 65.3º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #ACBC07 is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 188 | 7 | - |
| CMYK | 0.09 | 0 | 0.96 | 0.26 |
| HSL | 65.3º | 0.93% | 0.38% | - |
| HSV(B) | 65.3º | 0.96% | 0.74% | - |
| XYZ | 35.03 | 44.75 | 6.99 | - |
| YUV | 162.58 | 40.2 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 7 | 0.09 | 0 | 0.96 | 0.26 | 65.3 | 0.93 | 0.38 |
| Hex | AC | BC | 7 | 9 | 0 | 60 | 1A | 41 | 5D | 26 |
| Octal | 254 | 274 | 7 | 11 | 0 | 140 | 32 | 101 | 135 | 46 |
| Binary | 10101100 | 10111100 | 111 | 1001 | 0 | 1100000 | 11010 | 1000001 | 1011101 | 100110 |
Color Harmonies of #ACBC07
Complementary color
Monochromatic Colors of #ACBC07
Black with #ACBC07
Text Example
Text Example
White with #ACBC07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBC07; }
p { color: rgb(172,188,7); }
H1.HeaderClassName
{
color: #ACBC07;
}
.AnyTagClassName
{
color: #ACBC07;
}
</style>
background-color css
<style>
a { background-color: #ACBC07; }
a { background-color: rgb(172,188,7); }
div.DivClassName
{
background-color: #ACBC07;
}
.BgClassName
{
background-color: #ACBC07;
}
</style>
border-color css
<style>
span { border-color: #ACBC07; }
span { border-color: rgb(172,188,7); }
td.TdClassName
{
border-color: #ACBC07;
}
.TagClassName
{
border-color: #ACBC07;
}
</style>