#C5C811

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

Shades of La Rioja #C5C811

Tints of La Rioja #C5C811

Color information

#C5C811 (or 0xC5C811) is unknown color: approx La Rioja. HEX triplet: C5, C8 and 11. RGB value is (197,200,17). Sum of RGB (Red+Green+Blue) = 197+200+17=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 200 (78.52% from 255 or 48.31% from 414); Blue value is 17 (7.03% from 255 or 4.11% from 414); Max value from RGB is 200 - color contains mainly: green. Hex color #C5C811 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5C811 is #3A37EE. Grayscale: #B2B2B2. Windows color (decimal): -3815407 or 1165509. OLE color: 1165509.

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

Color convert

RGB19720017-
CMYK0.0200.920.22
HSL60.98º84.33%42.55%-
HSV(B)60.98º91.5%78.43%-
XYZ43.7853.228.5-
YUV178.2437.01141.38-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.58%
GREEN value IS 200 (78.52% from 255) = 48.31%
BLUE value IS 17 (7.03% from 255) = 4.11%
R=47.58%
G=48.31%
B=4.11%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal197200170.0200.920.2260.9884.3342.55
HexC5C811205C163d542b
Octal3053102120134267512453
Binary1100010111001000100011001011100101101111011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5C811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5C811; }

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

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

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

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

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

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

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

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