Shades of Citrus #B0AD00
Tints of Citrus #B0AD00
RGB
CMYK
RGB Variations
Color information
#B0AD00 (or 0xB0AD00) is known color: Citrus. HEX triplet: B0, AD and 00. RGB value is (176,173,0). Sum of RGB (Red+Green+Blue) = 176+173+0=349 (46% of max value = 765). Red value is 176 (69.14% from 255 or 50.43% from 349); Green value is 173 (67.97% from 255 or 49.57% from 349); Blue value is 0 (0.39% from 255 or 0% from 349); Max value from RGB is 176 - color contains mainly: red. Hex color #B0AD00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B0AD00 is #4F52FF. Grayscale: #9A9A9A. Windows color (decimal): -5198592 or 44464. OLE color: 44464.
HSL color Cylindrical-coordinate representation of color #B0AD00: hue angle of 58.98º 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 #B0AD00 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 173 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.31 |
| HSL | 58.98º | 1% | 0.35% | - |
| HSV(B) | 58.98º | 1% | 0.69% | - |
| XYZ | 32.85 | 39.12 | 5.82 | - |
| YUV | 154.18 | 40.99 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 173 | 0 | 0 | 0.02 | 1 | 0.31 | 58.98 | 1 | 0.35 |
| Hex | B0 | AD | 0 | 0 | 2 | 64 | 1F | 3B | 64 | 23 |
| Octal | 260 | 255 | 0 | 0 | 2 | 144 | 37 | 73 | 144 | 43 |
| Binary | 10110000 | 10101101 | 0 | 0 | 10 | 1100100 | 11111 | 111011 | 1100100 | 100011 |
Color Harmonies of #B0AD00
Complementary color
Monochromatic Colors of #B0AD00
Black with #B0AD00
Text Example
Text Example
White with #B0AD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0AD00; }
p { color: rgb(176,173,0); }
H1.HeaderClassName
{
color: #B0AD00;
}
.AnyTagClassName
{
color: #B0AD00;
}
</style>
background-color css
<style>
a { background-color: #B0AD00; }
a { background-color: rgb(176,173,0); }
div.DivClassName
{
background-color: #B0AD00;
}
.BgClassName
{
background-color: #B0AD00;
}
</style>
border-color css
<style>
span { border-color: #B0AD00; }
span { border-color: rgb(176,173,0); }
td.TdClassName
{
border-color: #B0AD00;
}
.TagClassName
{
border-color: #B0AD00;
}
</style>