Shades of Citrus #B0AC00
Tints of Citrus #B0AC00
RGB
CMYK
RGB Variations
Color information
#B0AC00 (or 0xB0AC00) is known color: Citrus. HEX triplet: B0, AC and 00. RGB value is (176,172,0). Sum of RGB (Red+Green+Blue) = 176+172+0=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 172 (67.58% from 255 or 49.43% from 348); Blue value is 0 (0.39% from 255 or 0% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AC00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0AC00 is #4F53FF. Grayscale: #9A9A9A. Windows color (decimal): -5198848 or 44208. OLE color: 44208.
HSL color Cylindrical-coordinate representation of color #B0AC00: hue angle of 58.64º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B0AC00 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 172 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.31 |
| HSL | 58.64º | 1% | 0.35% | - |
| HSV(B) | 58.64º | 1% | 0.69% | - |
| XYZ | 32.66 | 38.74 | 5.76 | - |
| YUV | 153.59 | 41.33 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 172 | 0 | 0 | 0.02 | 1 | 0.31 | 58.64 | 1 | 0.35 |
| Hex | B0 | AC | 0 | 0 | 2 | 64 | 1F | 3B | 64 | 23 |
| Octal | 260 | 254 | 0 | 0 | 2 | 144 | 37 | 73 | 144 | 43 |
| Binary | 10110000 | 10101100 | 0 | 0 | 10 | 1100100 | 11111 | 111011 | 1100100 | 100011 |
Color Harmonies of #B0AC00
Complementary color
Monochromatic Colors of #B0AC00
Black with #B0AC00
Text Example
Text Example
White with #B0AC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AC00; }
p { color: rgb(176,172,0); }
H1.HeaderClassName
{
color: #B0AC00;
}
.AnyTagClassName
{
color: #B0AC00;
}
</style>
background-color css
<style>
a { background-color: #B0AC00; }
a { background-color: rgb(176,172,0); }
div.DivClassName
{
background-color: #B0AC00;
}
.BgClassName
{
background-color: #B0AC00;
}
</style>
border-color css
<style>
span { border-color: #B0AC00; }
span { border-color: rgb(176,172,0); }
td.TdClassName
{
border-color: #B0AC00;
}
.TagClassName
{
border-color: #B0AC00;
}
</style>