Shades of Citrus #ACBC02
Tints of Citrus #ACBC02
RGB
CMYK
RGB Variations
Color information
#ACBC02 (or 0xACBC02) is known color: Citrus. HEX triplet: AC, BC and 02. RGB value is (172,188,2). Sum of RGB (Red+Green+Blue) = 172+188+2=362 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.51% from 362); Green value is 188 (73.83% from 255 or 51.93% from 362); Blue value is 2 (1.17% from 255 or 0.55% from 362); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC02 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBC02 is #5343FD. Grayscale: #A2A2A2. Windows color (decimal): -5456894 or 179372. OLE color: 179372.
HSL color Cylindrical-coordinate representation of color #ACBC02: hue angle of 65.16º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #ACBC02 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 188 | 2 | - |
| CMYK | 0.09 | 0 | 0.99 | 0.26 |
| HSL | 65.16º | 0.98% | 0.37% | - |
| HSV(B) | 65.16º | 0.99% | 0.74% | - |
| XYZ | 35.01 | 44.74 | 6.85 | - |
| YUV | 162.01 | 37.7 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 2 | 0.09 | 0 | 0.99 | 0.26 | 65.16 | 0.98 | 0.37 |
| Hex | AC | BC | 2 | 9 | 0 | 63 | 1A | 41 | 62 | 25 |
| Octal | 254 | 274 | 2 | 11 | 0 | 143 | 32 | 101 | 142 | 45 |
| Binary | 10101100 | 10111100 | 10 | 1001 | 0 | 1100011 | 11010 | 1000001 | 1100010 | 100101 |
Color Harmonies of #ACBC02
Complementary color
Monochromatic Colors of #ACBC02
Black with #ACBC02
Text Example
Text Example
White with #ACBC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBC02; }
p { color: rgb(172,188,2); }
H1.HeaderClassName
{
color: #ACBC02;
}
.AnyTagClassName
{
color: #ACBC02;
}
</style>
background-color css
<style>
a { background-color: #ACBC02; }
a { background-color: rgb(172,188,2); }
div.DivClassName
{
background-color: #ACBC02;
}
.BgClassName
{
background-color: #ACBC02;
}
</style>
border-color css
<style>
span { border-color: #ACBC02; }
span { border-color: rgb(172,188,2); }
td.TdClassName
{
border-color: #ACBC02;
}
.TagClassName
{
border-color: #ACBC02;
}
</style>