#C4BE14

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

Shades of La Rioja #C4BE14

Tints of La Rioja #C4BE14

Color information

#C4BE14 (or 0xC4BE14) is unknown color: approx La Rioja. HEX triplet: C4, BE and 14. RGB value is (196,190,20). Sum of RGB (Red+Green+Blue) = 196+190+20=406 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.28% from 406); Green value is 190 (74.61% from 255 or 46.80% from 406); Blue value is 20 (8.20% from 255 or 4.93% from 406); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BE14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4BE14 is #3B41EB. Grayscale: #ADADAD. Windows color (decimal): -3883500 or 1359556. OLE color: 1359556.

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

Color convert

RGB19619020-
CMYK00.030.900.23
HSL57.95º81.48%42.35%-
HSV(B)57.95º89.8%76.86%-
XYZ41.348.617.87-
YUV172.4141.99144.82-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 48.28%
GREEN value IS 190 (74.61% from 255) = 46.80%
BLUE value IS 20 (8.20% from 255) = 4.93%
R=48.28%
G=46.80%
B=4.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.90
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961902000.030.900.2357.9581.4842.35
HexC4BE14035A173a512a
Octal3042762403132277212152
Binary1100010010111110101000111011010101111110101010001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BE14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BE14; }

 p { color: rgb(196,190,20); }

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

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

 a { background-color: rgb(196,190,20); }

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

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

 span { border-color: rgb(196,190,20); }

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