Shades of La Rioja #B4CC0C
Tints of La Rioja #B4CC0C
RGB
CMYK
RGB Variations
Color information
#B4CC0C (or 0xB4CC0C) is known color: La Rioja. HEX triplet: B4, CC and 0C. RGB value is (180,204,12). Sum of RGB (Red+Green+Blue) = 180+204+12=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 204 (80.08% from 255 or 51.52% from 396); Blue value is 12 (5.08% from 255 or 3.03% from 396); Max value from RGB is 204 - color contains mainly: green. Hex color #B4CC0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B4CC0C is #4B33F3. Grayscale: #AFAFAF. Windows color (decimal): -4928500 or 838836. OLE color: 838836.
HSL color Cylindrical-coordinate representation of color #B4CC0C: hue angle of 67.5º 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 #B4CC0C is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 180 | 204 | 12 | - |
| CMYK | 0.12 | 0 | 0.94 | 0.2 |
| HSL | 67.5º | 0.89% | 0.42% | - |
| HSV(B) | 67.5º | 0.94% | 0.8% | - |
| XYZ | 40.48 | 52.92 | 8.43 | - |
| YUV | 174.94 | 36.05 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 204 | 12 | 0.12 | 0 | 0.94 | 0.2 | 67.5 | 0.89 | 0.42 |
| Hex | B4 | CC | C | C | 0 | 5E | 14 | 44 | 59 | 2A |
| Octal | 264 | 314 | 14 | 14 | 0 | 136 | 24 | 104 | 131 | 52 |
| Binary | 10110100 | 11001100 | 1100 | 1100 | 0 | 1011110 | 10100 | 1000100 | 1011001 | 101010 |
Color Harmonies of #B4CC0C
Complementary color
Monochromatic Colors of #B4CC0C
Black with #B4CC0C
Text Example
Text Example
White with #B4CC0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CC0C; }
p { color: rgb(180,204,12); }
H1.HeaderClassName
{
color: #B4CC0C;
}
.AnyTagClassName
{
color: #B4CC0C;
}
</style>
background-color css
<style>
a { background-color: #B4CC0C; }
a { background-color: rgb(180,204,12); }
div.DivClassName
{
background-color: #B4CC0C;
}
.BgClassName
{
background-color: #B4CC0C;
}
</style>
border-color css
<style>
span { border-color: #B4CC0C; }
span { border-color: rgb(180,204,12); }
td.TdClassName
{
border-color: #B4CC0C;
}
.TagClassName
{
border-color: #B4CC0C;
}
</style>