Shades of La Rioja #B2AD01
Tints of La Rioja #B2AD01
RGB
CMYK
RGB Variations
Color information
#B2AD01 (or 0xB2AD01) is known color: La Rioja. HEX triplet: B2, AD and 01. RGB value is (178,173,1). Sum of RGB (Red+Green+Blue) = 178+173+1=352 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.57% from 352); Green value is 173 (67.97% from 255 or 49.15% from 352); Blue value is 1 (0.78% from 255 or 0.28% from 352); Max value from RGB is 178 - color contains mainly: red. Hex color #B2AD01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #B2AD01 is #4D52FE. Grayscale: #9B9B9B. Windows color (decimal): -5067519 or 110002. OLE color: 110002.
HSL color Cylindrical-coordinate representation of color #B2AD01: hue angle of 58.31º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B2AD01 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 173 | 1 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.30 |
| HSL | 58.31º | 0.99% | 0.35% | - |
| HSV(B) | 58.31º | 0.99% | 0.7% | - |
| XYZ | 33.31 | 39.35 | 5.87 | - |
| YUV | 154.89 | 41.16 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 173 | 1 | 0 | 0.03 | 0.99 | 0.30 | 58.31 | 0.99 | 0.35 |
| Hex | B2 | AD | 1 | 0 | 3 | 63 | 1E | 3A | 63 | 23 |
| Octal | 262 | 255 | 1 | 0 | 3 | 143 | 36 | 72 | 143 | 43 |
| Binary | 10110010 | 10101101 | 1 | 0 | 11 | 1100011 | 11110 | 111010 | 1100011 | 100011 |
Color Harmonies of #B2AD01
Complementary color
Monochromatic Colors of #B2AD01
Black with #B2AD01
Text Example
Text Example
White with #B2AD01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AD01; }
p { color: rgb(178,173,1); }
H1.HeaderClassName
{
color: #B2AD01;
}
.AnyTagClassName
{
color: #B2AD01;
}
</style>
background-color css
<style>
a { background-color: #B2AD01; }
a { background-color: rgb(178,173,1); }
div.DivClassName
{
background-color: #B2AD01;
}
.BgClassName
{
background-color: #B2AD01;
}
</style>
border-color css
<style>
span { border-color: #B2AD01; }
span { border-color: rgb(178,173,1); }
td.TdClassName
{
border-color: #B2AD01;
}
.TagClassName
{
border-color: #B2AD01;
}
</style>