Shades of Citrus #ACBC0B
Tints of Citrus #ACBC0B
RGB
CMYK
RGB Variations
Color information
#ACBC0B (or 0xACBC0B) is known color: Citrus. HEX triplet: AC, BC and 0B. RGB value is (172,188,11). Sum of RGB (Red+Green+Blue) = 172+188+11=371 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.36% from 371); Green value is 188 (73.83% from 255 or 50.67% from 371); Blue value is 11 (4.69% from 255 or 2.96% from 371); Max value from RGB is 188 - color contains mainly: green. Hex color #ACBC0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBC0B is #5343F4. Grayscale: #A3A3A3. Windows color (decimal): -5456885 or 769196. OLE color: 769196.
HSL color Cylindrical-coordinate representation of color #ACBC0B: hue angle of 65.42º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACBC0B is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 172 | 188 | 11 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.26 |
| HSL | 65.42º | 0.89% | 0.39% | - |
| HSV(B) | 65.42º | 0.94% | 0.74% | - |
| XYZ | 35.06 | 44.76 | 7.11 | - |
| YUV | 163.04 | 42.2 | 134.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 188 | 11 | 0.09 | 0 | 0.94 | 0.26 | 65.42 | 0.89 | 0.39 |
| Hex | AC | BC | B | 9 | 0 | 5E | 1A | 41 | 59 | 27 |
| Octal | 254 | 274 | 13 | 11 | 0 | 136 | 32 | 101 | 131 | 47 |
| Binary | 10101100 | 10111100 | 1011 | 1001 | 0 | 1011110 | 11010 | 1000001 | 1011001 | 100111 |
Color Harmonies of #ACBC0B
Complementary color
Monochromatic Colors of #ACBC0B
Black with #ACBC0B
Text Example
Text Example
White with #ACBC0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBC0B; }
p { color: rgb(172,188,11); }
H1.HeaderClassName
{
color: #ACBC0B;
}
.AnyTagClassName
{
color: #ACBC0B;
}
</style>
background-color css
<style>
a { background-color: #ACBC0B; }
a { background-color: rgb(172,188,11); }
div.DivClassName
{
background-color: #ACBC0B;
}
.BgClassName
{
background-color: #ACBC0B;
}
</style>
border-color css
<style>
span { border-color: #ACBC0B; }
span { border-color: rgb(172,188,11); }
td.TdClassName
{
border-color: #ACBC0B;
}
.TagClassName
{
border-color: #ACBC0B;
}
</style>