Shades of La Rioja #B0CC08
Tints of La Rioja #B0CC08
RGB
CMYK
RGB Variations
Color information
#B0CC08 (or 0xB0CC08) is known color: La Rioja. HEX triplet: B0, CC and 08. RGB value is (176,204,8). Sum of RGB (Red+Green+Blue) = 176+204+8=388 (51% of max value = 765). Red value is 176 (69.14% from 255 or 45.36% from 388); Green value is 204 (80.08% from 255 or 52.58% from 388); Blue value is 8 (3.52% from 255 or 2.06% from 388); Max value from RGB is 204 - color contains mainly: green. Hex color #B0CC08 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0CC08 is #4F33F7. Grayscale: #AEAEAE. Windows color (decimal): -5190648 or 576688. OLE color: 576688.
HSL color Cylindrical-coordinate representation of color #B0CC08: hue angle of 68.57º 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 #B0CC08 is Cyan = 0.14, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 176 | 204 | 8 | - |
| CMYK | 0.14 | 0 | 0.96 | 0.2 |
| HSL | 68.57º | 0.92% | 0.42% | - |
| HSV(B) | 68.57º | 0.96% | 0.8% | - |
| XYZ | 39.54 | 52.43 | 8.27 | - |
| YUV | 173.28 | 34.72 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 204 | 8 | 0.14 | 0 | 0.96 | 0.2 | 68.57 | 0.92 | 0.42 |
| Hex | B0 | CC | 8 | E | 0 | 60 | 14 | 45 | 5C | 2A |
| Octal | 260 | 314 | 10 | 16 | 0 | 140 | 24 | 105 | 134 | 52 |
| Binary | 10110000 | 11001100 | 1000 | 1110 | 0 | 1100000 | 10100 | 1000101 | 1011100 | 101010 |
Color Harmonies of #B0CC08
Complementary color
Monochromatic Colors of #B0CC08
Black with #B0CC08
Text Example
Text Example
White with #B0CC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0CC08; }
p { color: rgb(176,204,8); }
H1.HeaderClassName
{
color: #B0CC08;
}
.AnyTagClassName
{
color: #B0CC08;
}
</style>
background-color css
<style>
a { background-color: #B0CC08; }
a { background-color: rgb(176,204,8); }
div.DivClassName
{
background-color: #B0CC08;
}
.BgClassName
{
background-color: #B0CC08;
}
</style>
border-color css
<style>
span { border-color: #B0CC08; }
span { border-color: rgb(176,204,8); }
td.TdClassName
{
border-color: #B0CC08;
}
.TagClassName
{
border-color: #B0CC08;
}
</style>