Shades of La Rioja #CBCE00
Tints of La Rioja #CBCE00
RGB
CMYK
RGB Variations
Color information
#CBCE00 (or 0xCBCE00) is known color: La Rioja. HEX triplet: CB, CE and 00. RGB value is (203,206,0). Sum of RGB (Red+Green+Blue) = 203+206+0=409 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.63% from 409); Green value is 206 (80.86% from 255 or 50.37% from 409); Blue value is 0 (0.39% from 255 or 0% from 409); Max value from RGB is 206 - color contains mainly: green. Hex color #CBCE00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBCE00 is #3431FF. Grayscale: #B6B6B6. Windows color (decimal): -3420672 or 52939. OLE color: 52939.
HSL color Cylindrical-coordinate representation of color #CBCE00: hue angle of 60.87º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CBCE00 is Cyan = 0.01, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 206 | 0 | - |
| CMYK | 0.01 | 0 | 1 | 0.19 |
| HSL | 60.87º | 1% | 0.4% | - |
| HSV(B) | 60.87º | 1% | 0.81% | - |
| XYZ | 46.7 | 56.84 | 8.51 | - |
| YUV | 181.62 | 25.51 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 206 | 0 | 0.01 | 0 | 1 | 0.19 | 60.87 | 1 | 0.4 |
| Hex | CB | CE | 0 | 1 | 0 | 64 | 13 | 3D | 64 | 28 |
| Octal | 313 | 316 | 0 | 1 | 0 | 144 | 23 | 75 | 144 | 50 |
| Binary | 11001011 | 11001110 | 0 | 1 | 0 | 1100100 | 10011 | 111101 | 1100100 | 101000 |
Color Harmonies of #CBCE00
Complementary color
Monochromatic Colors of #CBCE00
Black with #CBCE00
Text Example
Text Example
White with #CBCE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCE00; }
p { color: rgb(203,206,0); }
H1.HeaderClassName
{
color: #CBCE00;
}
.AnyTagClassName
{
color: #CBCE00;
}
</style>
background-color css
<style>
a { background-color: #CBCE00; }
a { background-color: rgb(203,206,0); }
div.DivClassName
{
background-color: #CBCE00;
}
.BgClassName
{
background-color: #CBCE00;
}
</style>
border-color css
<style>
span { border-color: #CBCE00; }
span { border-color: rgb(203,206,0); }
td.TdClassName
{
border-color: #CBCE00;
}
.TagClassName
{
border-color: #CBCE00;
}
</style>