#C0CB00

Color #C0CB00 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #C0CB00

Tints of La Rioja #C0CB00

Color information

#C0CB00 (or 0xC0CB00) is unknown color: approx La Rioja. HEX triplet: C0, CB and 00. RGB value is (192,203,0). Sum of RGB (Red+Green+Blue) = 192+203+0=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 203 (79.69% from 255 or 51.39% from 395); Blue value is 0 (0.39% from 255 or 0% from 395); Max value from RGB is 203 - color contains mainly: green. Hex color #C0CB00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C0CB00 is #3F34FF. Grayscale: #B1B1B1. Windows color (decimal): -4142336 or 52160. OLE color: 52160.

HSL color Cylindrical-coordinate representation of color #C0CB00: hue angle of 63.25º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C0CB00 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.20.

Color convert

RGB1922030-
CMYK0.05010.20
HSL63.25º100%39.8%-
HSV(B)63.25º100%79.61%-
XYZ43.0953.928.14-
YUV176.5728.36139.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 48.61%
GREEN value IS 203 (79.69% from 255) = 51.39%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.61%
G=51.39%
B=0%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal19220300.05010.2063.2510039.8
HexC0CB05064143f6428
Octal300313050144247714450
Binary1100000011001011010101100100101001111111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0CB00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0CB00; }

 p { color: rgb(192,203,0); }

 H1.HeaderClassName
 {
   color: #C0CB00;
 }
 .AnyTagClassName
 {
   color: #C0CB00;
 }
</style>
background-color css

<style>
 a { background-color: #C0CB00; }

 a { background-color: rgb(192,203,0); }

 div.DivClassName
 {
   background-color: #C0CB00;
 }
 .BgClassName
 {
   background-color: #C0CB00;
 }
</style>
border-color css

<style>
 span { border-color: #C0CB00; }

 span { border-color: rgb(192,203,0); }

 td.TdClassName
 {
   border-color: #C0CB00;
 }
 .TagClassName
 {
   border-color: #C0CB00;
 }
</style>