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