Shades of La Rioja #B5CC0A
Tints of La Rioja #B5CC0A
RGB
CMYK
RGB Variations
Color information
#B5CC0A (or 0xB5CC0A) is known color: La Rioja. HEX triplet: B5, CC and 0A. RGB value is (181,204,10). Sum of RGB (Red+Green+Blue) = 181+204+10=395 (52% of max value = 765). Red value is 181 (71.09% from 255 or 45.82% from 395); Green value is 204 (80.08% from 255 or 51.65% from 395); Blue value is 10 (4.30% from 255 or 2.53% from 395); Max value from RGB is 204 - color contains mainly: green. Hex color #B5CC0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B5CC0A is #4A33F5. Grayscale: #AFAFAF. Windows color (decimal): -4862966 or 707765. OLE color: 707765.
HSL color Cylindrical-coordinate representation of color #B5CC0A: hue angle of 67.11º degrees, saturation: 0.91, 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 #B5CC0A is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 181 | 204 | 10 | - |
| CMYK | 0.11 | 0 | 0.95 | 0.2 |
| HSL | 67.11º | 0.91% | 0.42% | - |
| HSV(B) | 67.11º | 0.95% | 0.8% | - |
| XYZ | 40.7 | 53.03 | 8.38 | - |
| YUV | 175.01 | 34.88 | 132.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 204 | 10 | 0.11 | 0 | 0.95 | 0.2 | 67.11 | 0.91 | 0.42 |
| Hex | B5 | CC | A | B | 0 | 5F | 14 | 43 | 5B | 2A |
| Octal | 265 | 314 | 12 | 13 | 0 | 137 | 24 | 103 | 133 | 52 |
| Binary | 10110101 | 11001100 | 1010 | 1011 | 0 | 1011111 | 10100 | 1000011 | 1011011 | 101010 |
Color Harmonies of #B5CC0A
Complementary color
Monochromatic Colors of #B5CC0A
Black with #B5CC0A
Text Example
Text Example
White with #B5CC0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5CC0A; }
p { color: rgb(181,204,10); }
H1.HeaderClassName
{
color: #B5CC0A;
}
.AnyTagClassName
{
color: #B5CC0A;
}
</style>
background-color css
<style>
a { background-color: #B5CC0A; }
a { background-color: rgb(181,204,10); }
div.DivClassName
{
background-color: #B5CC0A;
}
.BgClassName
{
background-color: #B5CC0A;
}
</style>
border-color css
<style>
span { border-color: #B5CC0A; }
span { border-color: rgb(181,204,10); }
td.TdClassName
{
border-color: #B5CC0A;
}
.TagClassName
{
border-color: #B5CC0A;
}
</style>