Shades of Citrus #B0AB01
Tints of Citrus #B0AB01
RGB
CMYK
RGB Variations
Color information
#B0AB01 (or 0xB0AB01) is known color: Citrus. HEX triplet: B0, AB and 01. RGB value is (176,171,1). Sum of RGB (Red+Green+Blue) = 176+171+1=348 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.57% from 348); Green value is 171 (67.19% from 255 or 49.14% from 348); Blue value is 1 (0.78% from 255 or 0.29% from 348); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AB01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0AB01 is #4F54FE. Grayscale: #999999. Windows color (decimal): -5199103 or 109488. OLE color: 109488.
HSL color Cylindrical-coordinate representation of color #B0AB01: hue angle of 58.29º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B0AB01 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 171 | 1 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.31 |
| HSL | 58.29º | 0.99% | 0.35% | - |
| HSV(B) | 58.29º | 0.99% | 0.69% | - |
| XYZ | 32.47 | 38.36 | 5.72 | - |
| YUV | 153.12 | 42.16 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 171 | 1 | 0 | 0.03 | 0.99 | 0.31 | 58.29 | 0.99 | 0.35 |
| Hex | B0 | AB | 1 | 0 | 3 | 63 | 1F | 3A | 63 | 23 |
| Octal | 260 | 253 | 1 | 0 | 3 | 143 | 37 | 72 | 143 | 43 |
| Binary | 10110000 | 10101011 | 1 | 0 | 11 | 1100011 | 11111 | 111010 | 1100011 | 100011 |
Color Harmonies of #B0AB01
Complementary color
Monochromatic Colors of #B0AB01
Black with #B0AB01
Text Example
Text Example
White with #B0AB01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AB01; }
p { color: rgb(176,171,1); }
H1.HeaderClassName
{
color: #B0AB01;
}
.AnyTagClassName
{
color: #B0AB01;
}
</style>
background-color css
<style>
a { background-color: #B0AB01; }
a { background-color: rgb(176,171,1); }
div.DivClassName
{
background-color: #B0AB01;
}
.BgClassName
{
background-color: #B0AB01;
}
</style>
border-color css
<style>
span { border-color: #B0AB01; }
span { border-color: rgb(176,171,1); }
td.TdClassName
{
border-color: #B0AB01;
}
.TagClassName
{
border-color: #B0AB01;
}
</style>