#c2bc14

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

Shades of La Rioja #C2BC14

Tints of La Rioja #C2BC14

Color information

#C2BC14 (or 0xC2BC14) is unknown color: approx La Rioja. HEX triplet: C2, BC and 14. RGB value is (194,188,20). Sum of RGB (Red+Green+Blue) = 194+188+20=402 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.26% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 20 (8.20% from 255 or 4.98% from 402); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BC14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BC14 is #3D43EB. Grayscale: #ABABAB. Windows color (decimal): -4015084 or 1359042. OLE color: 1359042.

HSL color Cylindrical-coordinate representation of color #C2BC14: hue angle of 57.93º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C2BC14 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB19418820-
CMYK00.030.900.24
HSL57.93º81.31%41.96%-
HSV(B)57.93º89.69%76.08%-
XYZ40.3647.497.7-
YUV170.6442.99144.66-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.26%
GREEN value IS 188 (73.83% from 255) = 46.77%
BLUE value IS 20 (8.20% from 255) = 4.98%
R=48.26%
G=46.77%
B=4.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941882000.030.900.2457.9381.3141.96
HexC2BC14035A183a512a
Octal3022742403132307212152
Binary1100001010111100101000111011010110001110101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2bc14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2bc14; }

 p { color: rgb(194,188,20); }

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

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

 a { background-color: rgb(194,188,20); }

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

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

 span { border-color: rgb(194,188,20); }

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