Shades of La Rioja #B3CB0B
Tints of La Rioja #B3CB0B
RGB
CMYK
RGB Variations
Color information
#B3CB0B (or 0xB3CB0B) is known color: La Rioja. HEX triplet: B3, CB and 0B. RGB value is (179,203,11). Sum of RGB (Red+Green+Blue) = 179+203+11=393 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.55% from 393); Green value is 203 (79.69% from 255 or 51.65% from 393); Blue value is 11 (4.69% from 255 or 2.80% from 393); Max value from RGB is 203 - color contains mainly: green. Hex color #B3CB0B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3CB0B is #4C34F4. Grayscale: #AEAEAE. Windows color (decimal): -4994293 or 773043. OLE color: 773043.
HSL color Cylindrical-coordinate representation of color #B3CB0B: hue angle of 67.5º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B3CB0B is Cyan = 0.12, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 203 | 11 | - |
| CMYK | 0.12 | 0 | 0.95 | 0.20 |
| HSL | 67.5º | 0.9% | 0.42% | - |
| HSV(B) | 67.5º | 0.95% | 0.8% | - |
| XYZ | 40.01 | 52.32 | 8.31 | - |
| YUV | 173.94 | 36.05 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 203 | 11 | 0.12 | 0 | 0.95 | 0.20 | 67.5 | 0.9 | 0.42 |
| Hex | B3 | CB | B | C | 0 | 5F | 14 | 44 | 5A | 2A |
| Octal | 263 | 313 | 13 | 14 | 0 | 137 | 24 | 104 | 132 | 52 |
| Binary | 10110011 | 11001011 | 1011 | 1100 | 0 | 1011111 | 10100 | 1000100 | 1011010 | 101010 |
Color Harmonies of #B3CB0B
Complementary color
Monochromatic Colors of #B3CB0B
Black with #B3CB0B
Text Example
Text Example
White with #B3CB0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CB0B; }
p { color: rgb(179,203,11); }
H1.HeaderClassName
{
color: #B3CB0B;
}
.AnyTagClassName
{
color: #B3CB0B;
}
</style>
background-color css
<style>
a { background-color: #B3CB0B; }
a { background-color: rgb(179,203,11); }
div.DivClassName
{
background-color: #B3CB0B;
}
.BgClassName
{
background-color: #B3CB0B;
}
</style>
border-color css
<style>
span { border-color: #B3CB0B; }
span { border-color: rgb(179,203,11); }
td.TdClassName
{
border-color: #B3CB0B;
}
.TagClassName
{
border-color: #B3CB0B;
}
</style>