Shades of La Rioja #B2CC09
Tints of La Rioja #B2CC09
RGB
CMYK
RGB Variations
Color information
#B2CC09 (or 0xB2CC09) is known color: La Rioja. HEX triplet: B2, CC and 09. RGB value is (178,204,9). Sum of RGB (Red+Green+Blue) = 178+204+9=391 (51% of max value = 765). Red value is 178 (69.92% from 255 or 45.52% from 391); Green value is 204 (80.08% from 255 or 52.17% from 391); Blue value is 9 (3.91% from 255 or 2.30% from 391); Max value from RGB is 204 - color contains mainly: green. Hex color #B2CC09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B2CC09 is #4D33F6. Grayscale: #AEAEAE. Windows color (decimal): -5059575 or 642226. OLE color: 642226.
HSL color Cylindrical-coordinate representation of color #B2CC09: hue angle of 68º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B2CC09 is Cyan = 0.13, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 178 | 204 | 9 | - |
| CMYK | 0.13 | 0 | 0.96 | 0.2 |
| HSL | 68º | 0.92% | 0.42% | - |
| HSV(B) | 68º | 0.96% | 0.8% | - |
| XYZ | 40 | 52.67 | 8.32 | - |
| YUV | 174 | 34.89 | 130.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 204 | 9 | 0.13 | 0 | 0.96 | 0.2 | 68 | 0.92 | 0.42 |
| Hex | B2 | CC | 9 | D | 0 | 60 | 14 | 44 | 5C | 2A |
| Octal | 262 | 314 | 11 | 15 | 0 | 140 | 24 | 104 | 134 | 52 |
| Binary | 10110010 | 11001100 | 1001 | 1101 | 0 | 1100000 | 10100 | 1000100 | 1011100 | 101010 |
Color Harmonies of #B2CC09
Complementary color
Monochromatic Colors of #B2CC09
Black with #B2CC09
Text Example
Text Example
White with #B2CC09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2CC09; }
p { color: rgb(178,204,9); }
H1.HeaderClassName
{
color: #B2CC09;
}
.AnyTagClassName
{
color: #B2CC09;
}
</style>
background-color css
<style>
a { background-color: #B2CC09; }
a { background-color: rgb(178,204,9); }
div.DivClassName
{
background-color: #B2CC09;
}
.BgClassName
{
background-color: #B2CC09;
}
</style>
border-color css
<style>
span { border-color: #B2CC09; }
span { border-color: rgb(178,204,9); }
td.TdClassName
{
border-color: #B2CC09;
}
.TagClassName
{
border-color: #B2CC09;
}
</style>