#c1b400

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

Shades of La Rioja #C1B400

Tints of La Rioja #C1B400

Color information

#C1B400 (or 0xC1B400) is unknown color: approx La Rioja. HEX triplet: C1, B4 and 00. RGB value is (193,180,0). Sum of RGB (Red+Green+Blue) = 193+180+0=373 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.74% from 373); Green value is 180 (70.70% from 255 or 48.26% from 373); Blue value is 0 (0.39% from 255 or 0% from 373); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B400 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1B400 is #3E4BFF. Grayscale: #A4A4A4. Windows color (decimal): -4082688 or 46273. OLE color: 46273.

HSL color Cylindrical-coordinate representation of color #C1B400: hue angle of 55.96º degrees, saturation: 1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C1B400 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.24.

Color convert

RGB1931800-
CMYK00.0710.24
HSL55.96º100%37.84%-
HSV(B)55.96º100%75.69%-
XYZ38.3143.986.47-
YUV163.3735.81149.14-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 51.74%
GREEN value IS 180 (70.70% from 255) = 48.26%
BLUE value IS 0 (0.39% from 255) = 0%
R=51.74%
G=48.26%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 1
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal193180000.0710.2455.9610037.84
HexC1B40076418386426
Octal301264007144307014446
Binary1100000110110100001111100100110001110001100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c1b400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c1b400; }

 p { color: rgb(193,180,0); }

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

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

 a { background-color: rgb(193,180,0); }

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

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

 span { border-color: rgb(193,180,0); }

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