#C5CC00

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

Shades of La Rioja #C5CC00

Tints of La Rioja #C5CC00

Color information

#C5CC00 (or 0xC5CC00) is unknown color: approx La Rioja. HEX triplet: C5, CC and 00. RGB value is (197,204,0). Sum of RGB (Red+Green+Blue) = 197+204+0=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 204 (80.08% from 255 or 50.87% from 401); Blue value is 0 (0.39% from 255 or 0% from 401); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5CC00 is #3A33FF. Grayscale: #B3B3B3. Windows color (decimal): -3814400 or 52421. OLE color: 52421.

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

Color convert

RGB1972040-
CMYK0.03010.2
HSL62.06º100%40%-
HSV(B)62.06º100%80%-
XYZ44.6255.068.28-
YUV178.6527.18141.09-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.13%
GREEN value IS 204 (80.08% from 255) = 50.87%
BLUE value IS 0 (0.39% from 255) = 0%
R=49.13%
G=50.87%
B=0%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal19720400.03010.262.0610040
HexC5CC03064143e6428
Octal305314030144247614450
Binary110001011100110001101100100101001111101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CC00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CC00; }

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

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

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

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

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

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

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

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