#c1cc00

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

Shades of La Rioja #C1CC00

Tints of La Rioja #C1CC00

Color information

#C1CC00 (or 0xC1CC00) is unknown color: approx La Rioja. HEX triplet: C1, CC and 00. RGB value is (193,204,0). Sum of RGB (Red+Green+Blue) = 193+204+0=397 (52% of max value = 765). Red value is 193 (75.78% from 255 or 48.61% from 397); Green value is 204 (80.08% from 255 or 51.39% from 397); Blue value is 0 (0.39% from 255 or 0% from 397); Max value from RGB is 204 - color contains mainly: green. Hex color #C1CC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1CC00 is #3E33FF. Grayscale: #B2B2B2. Windows color (decimal): -4076544 or 52417. OLE color: 52417.

HSL color Cylindrical-coordinate representation of color #C1CC00: hue angle of 63.24º 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 #C1CC00 is Cyan = 0.05, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.2.

Color convert

RGB1932040-
CMYK0.05010.2
HSL63.24º100%40%-
HSV(B)63.24º100%80%-
XYZ43.5954.528.23-
YUV177.4627.86139.09-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 48.61%
GREEN value IS 204 (80.08% 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.2
SystemRedGreenBlueCMYKHSL
Decimal19320400.05010.263.2410040
HexC1CC05064143f6428
Octal301314050144247714450
Binary1100000111001100010101100100101001111111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1cc00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1cc00; }

 p { color: rgb(193,204,0); }

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

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

 a { background-color: rgb(193,204,0); }

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

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

 span { border-color: rgb(193,204,0); }

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