Shades of Citrus #B0AB00
Tints of Citrus #B0AB00
RGB
CMYK
RGB Variations
Color information
#B0AB00 (or 0xB0AB00) is known color: Citrus. HEX triplet: B0, AB and 00. RGB value is (176,171,0). Sum of RGB (Red+Green+Blue) = 176+171+0=347 (45% of max value = 765). Red value is 176 (69.14% from 255 or 50.72% from 347); Green value is 171 (67.19% from 255 or 49.28% from 347); Blue value is 0 (0.39% from 255 or 0% from 347); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0AB00 is #4F54FF. Grayscale: #999999. Windows color (decimal): -5199104 or 43952. OLE color: 43952.
HSL color Cylindrical-coordinate representation of color #B0AB00: hue angle of 58.3º 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 #B0AB00 is Cyan = 0, Magento = 0.03, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 171 | 0 | - |
| CMYK | 0 | 0.03 | 1 | 0.31 |
| HSL | 58.3º | 1% | 0.35% | - |
| HSV(B) | 58.3º | 1% | 0.69% | - |
| XYZ | 32.47 | 38.36 | 5.69 | - |
| YUV | 153 | 41.66 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 171 | 0 | 0 | 0.03 | 1 | 0.31 | 58.3 | 1 | 0.35 |
| Hex | B0 | AB | 0 | 0 | 3 | 64 | 1F | 3A | 64 | 23 |
| Octal | 260 | 253 | 0 | 0 | 3 | 144 | 37 | 72 | 144 | 43 |
| Binary | 10110000 | 10101011 | 0 | 0 | 11 | 1100100 | 11111 | 111010 | 1100100 | 100011 |
Color Harmonies of #B0AB00
Complementary color
Monochromatic Colors of #B0AB00
Black with #B0AB00
Text Example
Text Example
White with #B0AB00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AB00; }
p { color: rgb(176,171,0); }
H1.HeaderClassName
{
color: #B0AB00;
}
.AnyTagClassName
{
color: #B0AB00;
}
</style>
background-color css
<style>
a { background-color: #B0AB00; }
a { background-color: rgb(176,171,0); }
div.DivClassName
{
background-color: #B0AB00;
}
.BgClassName
{
background-color: #B0AB00;
}
</style>
border-color css
<style>
span { border-color: #B0AB00; }
span { border-color: rgb(176,171,0); }
td.TdClassName
{
border-color: #B0AB00;
}
.TagClassName
{
border-color: #B0AB00;
}
</style>