#C5BF11

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

Shades of La Rioja #C5BF11

Tints of La Rioja #C5BF11

Color information

#C5BF11 (or 0xC5BF11) is unknown color: approx La Rioja. HEX triplet: C5, BF and 11. RGB value is (197,191,17). Sum of RGB (Red+Green+Blue) = 197+191+17=405 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.64% from 405); Green value is 191 (75% from 255 or 47.16% from 405); Blue value is 17 (7.03% from 255 or 4.20% from 405); Max value from RGB is 197 - color contains mainly: red. Hex color #C5BF11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5BF11 is #3A40EE. Grayscale: #ADADAD. Windows color (decimal): -3817711 or 1163205. OLE color: 1163205.

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

Color convert

RGB19719117-
CMYK00.030.910.23
HSL58º84.11%41.96%-
HSV(B)58º91.37%77.25%-
XYZ41.7649.177.82-
YUV172.9639.99145.15-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.64%
GREEN value IS 191 (75% from 255) = 47.16%
BLUE value IS 17 (7.03% from 255) = 4.20%
R=48.64%
G=47.16%
B=4.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.91
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971911700.030.910.235884.1141.96
HexC5BF11035B173a542a
Octal3052772103133277212452
Binary1100010110111111100010111011011101111110101010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5BF11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5BF11; }

 p { color: rgb(197,191,17); }

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

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

 a { background-color: rgb(197,191,17); }

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

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

 span { border-color: rgb(197,191,17); }

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