Shades of La Rioja #B3CB0C
Tints of La Rioja #B3CB0C
RGB
CMYK
RGB Variations
Color information
#B3CB0C (or 0xB3CB0C) is known color: La Rioja. HEX triplet: B3, CB and 0C. RGB value is (179,203,12). Sum of RGB (Red+Green+Blue) = 179+203+12=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 203 (79.69% from 255 or 51.52% from 394); Blue value is 12 (5.08% from 255 or 3.05% from 394); Max value from RGB is 203 - color contains mainly: green. Hex color #B3CB0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B3CB0C is #4C34F3. Grayscale: #AEAEAE. Windows color (decimal): -4994292 or 838579. OLE color: 838579.
HSL color Cylindrical-coordinate representation of color #B3CB0C: hue angle of 67.54º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B3CB0C is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 179 | 203 | 12 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.20 |
| HSL | 67.54º | 0.89% | 0.42% | - |
| HSV(B) | 67.54º | 0.94% | 0.8% | - |
| XYZ | 40.01 | 52.32 | 8.34 | - |
| YUV | 174.05 | 36.55 | 131.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 203 | 12 | 0.12 | 0 | 0.94 | 0.20 | 67.54 | 0.89 | 0.42 |
| Hex | B3 | CB | C | C | 0 | 5E | 14 | 44 | 59 | 2A |
| Octal | 263 | 313 | 14 | 14 | 0 | 136 | 24 | 104 | 131 | 52 |
| Binary | 10110011 | 11001011 | 1100 | 1100 | 0 | 1011110 | 10100 | 1000100 | 1011001 | 101010 |
Color Harmonies of #B3CB0C
Complementary color
Monochromatic Colors of #B3CB0C
Black with #B3CB0C
Text Example
Text Example
White with #B3CB0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3CB0C; }
p { color: rgb(179,203,12); }
H1.HeaderClassName
{
color: #B3CB0C;
}
.AnyTagClassName
{
color: #B3CB0C;
}
</style>
background-color css
<style>
a { background-color: #B3CB0C; }
a { background-color: rgb(179,203,12); }
div.DivClassName
{
background-color: #B3CB0C;
}
.BgClassName
{
background-color: #B3CB0C;
}
</style>
border-color css
<style>
span { border-color: #B3CB0C; }
span { border-color: rgb(179,203,12); }
td.TdClassName
{
border-color: #B3CB0C;
}
.TagClassName
{
border-color: #B3CB0C;
}
</style>