Shades of La Rioja #B9CC02
Tints of La Rioja #B9CC02
RGB
CMYK
RGB Variations
Color information
#B9CC02 (or 0xB9CC02) is known color: La Rioja. HEX triplet: B9, CC and 02. RGB value is (185,204,2). Sum of RGB (Red+Green+Blue) = 185+204+2=391 (51% of max value = 765). Red value is 185 (72.66% from 255 or 47.31% from 391); Green value is 204 (80.08% from 255 or 52.17% from 391); Blue value is 2 (1.17% from 255 or 0.51% from 391); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CC02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B9CC02 is #4633FD. Grayscale: #B0B0B0. Windows color (decimal): -4600830 or 183481. OLE color: 183481.
HSL color Cylindrical-coordinate representation of color #B9CC02: hue angle of 65.64º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B9CC02 is Cyan = 0.09, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 185 | 204 | 2 | - |
| CMYK | 0.09 | 0 | 0.99 | 0.2 |
| HSL | 65.64º | 0.98% | 0.4% | - |
| HSV(B) | 65.64º | 0.99% | 0.8% | - |
| XYZ | 41.61 | 53.5 | 8.19 | - |
| YUV | 175.29 | 30.21 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 204 | 2 | 0.09 | 0 | 0.99 | 0.2 | 65.64 | 0.98 | 0.4 |
| Hex | B9 | CC | 2 | 9 | 0 | 63 | 14 | 42 | 62 | 28 |
| Octal | 271 | 314 | 2 | 11 | 0 | 143 | 24 | 102 | 142 | 50 |
| Binary | 10111001 | 11001100 | 10 | 1001 | 0 | 1100011 | 10100 | 1000010 | 1100010 | 101000 |
Color Harmonies of #B9CC02
Complementary color
Monochromatic Colors of #B9CC02
Black with #B9CC02
Text Example
Text Example
White with #B9CC02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CC02; }
p { color: rgb(185,204,2); }
H1.HeaderClassName
{
color: #B9CC02;
}
.AnyTagClassName
{
color: #B9CC02;
}
</style>
background-color css
<style>
a { background-color: #B9CC02; }
a { background-color: rgb(185,204,2); }
div.DivClassName
{
background-color: #B9CC02;
}
.BgClassName
{
background-color: #B9CC02;
}
</style>
border-color css
<style>
span { border-color: #B9CC02; }
span { border-color: rgb(185,204,2); }
td.TdClassName
{
border-color: #B9CC02;
}
.TagClassName
{
border-color: #B9CC02;
}
</style>