Shades of Citrus #ACBE0B
Tints of Citrus #ACBE0B
RGB
CMYK
RGB Variations
Color information
#ACBE0B (or 0xACBE0B) is known color: Citrus. HEX triplet: AC, BE and 0B. RGB value is (172,190,11). Sum of RGB (Red+Green+Blue) = 172+190+11=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 190 (74.61% from 255 or 50.94% from 373); Blue value is 11 (4.69% from 255 or 2.95% from 373); Max value from RGB is 190 - color contains mainly: green. Hex color #ACBE0B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #ACBE0B is #5341F4. Grayscale: #A4A4A4. Windows color (decimal): -5456373 or 769708. OLE color: 769708.
HSL color Cylindrical-coordinate representation of color #ACBE0B: hue angle of 66.03º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #ACBE0B is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 172 | 190 | 11 | - |
| CMYK | 0.09 | 0 | 0.94 | 0.25 |
| HSL | 66.03º | 0.89% | 0.39% | - |
| HSV(B) | 66.03º | 0.94% | 0.75% | - |
| XYZ | 35.49 | 45.62 | 7.25 | - |
| YUV | 164.21 | 41.54 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 190 | 11 | 0.09 | 0 | 0.94 | 0.25 | 66.03 | 0.89 | 0.39 |
| Hex | AC | BE | B | 9 | 0 | 5E | 19 | 42 | 59 | 27 |
| Octal | 254 | 276 | 13 | 11 | 0 | 136 | 31 | 102 | 131 | 47 |
| Binary | 10101100 | 10111110 | 1011 | 1001 | 0 | 1011110 | 11001 | 1000010 | 1011001 | 100111 |
Color Harmonies of #ACBE0B
Complementary color
Monochromatic Colors of #ACBE0B
Black with #ACBE0B
Text Example
Text Example
White with #ACBE0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACBE0B; }
p { color: rgb(172,190,11); }
H1.HeaderClassName
{
color: #ACBE0B;
}
.AnyTagClassName
{
color: #ACBE0B;
}
</style>
background-color css
<style>
a { background-color: #ACBE0B; }
a { background-color: rgb(172,190,11); }
div.DivClassName
{
background-color: #ACBE0B;
}
.BgClassName
{
background-color: #ACBE0B;
}
</style>
border-color css
<style>
span { border-color: #ACBE0B; }
span { border-color: rgb(172,190,11); }
td.TdClassName
{
border-color: #ACBE0B;
}
.TagClassName
{
border-color: #ACBE0B;
}
</style>