#C5CC10

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

Shades of La Rioja #C5CC10

Tints of La Rioja #C5CC10

Color information

#C5CC10 (or 0xC5CC10) is unknown color: approx La Rioja. HEX triplet: C5, CC and 10. RGB value is (197,204,16). Sum of RGB (Red+Green+Blue) = 197+204+16=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 204 (80.08% from 255 or 48.92% from 417); Blue value is 16 (6.64% from 255 or 3.84% from 417); Max value from RGB is 204 - color contains mainly: green. Hex color #C5CC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5CC10 is #3A33EF. Grayscale: #B5B5B5. Windows color (decimal): -3814384 or 1100997. OLE color: 1100997.

HSL color Cylindrical-coordinate representation of color #C5CC10: hue angle of 62.23º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C5CC10 is Cyan = 0.03, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.2.

Color convert

RGB19720416-
CMYK0.0300.920.2
HSL62.23º85.45%43.14%-
HSV(B)62.23º92.16%80%-
XYZ44.7155.098.77-
YUV180.4835.18139.79-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.24%
GREEN value IS 204 (80.08% from 255) = 48.92%
BLUE value IS 16 (6.64% from 255) = 3.84%
R=47.24%
G=48.92%
B=3.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal197204160.0300.920.262.2385.4543.14
HexC5CC10305C143e552b
Octal3053142030134247612553
Binary1100010111001100100001101011100101001111101010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5CC10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5CC10; }

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

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

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

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

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

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

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

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