#C2C712

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

Shades of La Rioja #C2C712

Tints of La Rioja #C2C712

Color information

#C2C712 (or 0xC2C712) is unknown color: approx La Rioja. HEX triplet: C2, C7 and 12. RGB value is (194,199,18). Sum of RGB (Red+Green+Blue) = 194+199+18=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 199 (78.12% from 255 or 48.42% from 411); Blue value is 18 (7.42% from 255 or 4.38% from 411); Max value from RGB is 199 - color contains mainly: green. Hex color #C2C712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2C712 is #3D38ED. Grayscale: #B1B1B1. Windows color (decimal): -4012270 or 1230786. OLE color: 1230786.

HSL color Cylindrical-coordinate representation of color #C2C712: hue angle of 61.66º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2C712 is Cyan = 0.03, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB19419918-
CMYK0.0300.910.22
HSL61.66º83.41%42.55%-
HSV(B)61.66º90.95%78.04%-
XYZ42.7852.368.42-
YUV176.8738.34140.22-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.20%
GREEN value IS 199 (78.12% from 255) = 48.42%
BLUE value IS 18 (7.42% from 255) = 4.38%
R=47.20%
G=48.42%
B=4.38%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal194199180.0300.910.2261.6683.4142.55
HexC2C712305B163e532b
Octal3023072230133267612353
Binary1100001011000111100101101011011101101111101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C712; }

 p { color: rgb(194,199,18); }

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

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

 a { background-color: rgb(194,199,18); }

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

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

 span { border-color: rgb(194,199,18); }

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