#C3CC00

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

Shades of La Rioja #C3CC00

Tints of La Rioja #C3CC00

Color information

#C3CC00 (or 0xC3CC00) is unknown color: approx La Rioja. HEX triplet: C3, CC and 00. RGB value is (195,204,0). Sum of RGB (Red+Green+Blue) = 195+204+0=399 (52% of max value = 765). Red value is 195 (76.56% from 255 or 48.87% from 399); Green value is 204 (80.08% from 255 or 51.13% from 399); Blue value is 0 (0.39% from 255 or 0% from 399); Max value from RGB is 204 - color contains mainly: green. Hex color #C3CC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C3CC00 is #3C33FF. Grayscale: #B2B2B2. Windows color (decimal): -3945472 or 52419. OLE color: 52419.

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

Color convert

RGB1952040-
CMYK0.04010.2
HSL62.65º100%40%-
HSV(B)62.65º100%80%-
XYZ44.154.798.25-
YUV178.0527.52140.09-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 48.87%
GREEN value IS 204 (80.08% from 255) = 51.13%
BLUE value IS 0 (0.39% from 255) = 0%
R=48.87%
G=51.13%
B=0%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal19520400.04010.262.6510040
HexC3CC04064143f6428
Octal303314040144247714450
Binary1100001111001100010001100100101001111111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3CC00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3CC00; }

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

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

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

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

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

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

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

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