#C6CA00

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

Shades of La Rioja #C6CA00

Tints of La Rioja #C6CA00

Color information

#C6CA00 (or 0xC6CA00) is unknown color: approx La Rioja. HEX triplet: C6, CA and 00. RGB value is (198,202,0). Sum of RGB (Red+Green+Blue) = 198+202+0=400 (52% of max value = 765). Red value is 198 (77.73% from 255 or 49.5% from 400); Green value is 202 (79.30% from 255 or 50.5% from 400); Blue value is 0 (0.39% from 255 or 0% from 400); Max value from RGB is 202 - color contains mainly: green. Hex color #C6CA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6CA00 is #3935FF. Grayscale: #B2B2B2. Windows color (decimal): -3749376 or 51910. OLE color: 51910.

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

Color convert

RGB1982020-
CMYK0.02010.21
HSL61.19º100%39.61%-
HSV(B)61.19º100%79.22%-
XYZ44.4154.258.13-
YUV177.7827.67142.43-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.5%
GREEN value IS 202 (79.30% from 255) = 50.5%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.5%
G=50.5%
B=0%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal19820200.02010.2161.1910039.61
HexC6CA02064153d6428
Octal306312020144257514450
Binary110001101100101001001100100101011111011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6CA00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6CA00; }

 p { color: rgb(198,202,0); }

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

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

 a { background-color: rgb(198,202,0); }

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

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

 span { border-color: rgb(198,202,0); }

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