#C5AE03

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

Shades of La Rioja #C5AE03

Tints of La Rioja #C5AE03

Color information

#C5AE03 (or 0xC5AE03) is unknown color: approx La Rioja. HEX triplet: C5, AE and 03. RGB value is (197,174,3). Sum of RGB (Red+Green+Blue) = 197+174+3=374 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.67% from 374); Green value is 174 (68.36% from 255 or 46.52% from 374); Blue value is 3 (1.56% from 255 or 0.80% from 374); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AE03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C5AE03 is #3A51FC. Grayscale: #A2A2A2. Windows color (decimal): -3822077 or 241349. OLE color: 241349.

HSL color Cylindrical-coordinate representation of color #C5AE03: hue angle of 52.89º degrees, saturation: 0.97, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C5AE03 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.23.

Color convert

RGB1971743-
CMYK00.120.980.23
HSL52.89º97%39.22%-
HSV(B)52.89º98.48%77.25%-
XYZ38.1842.156.21-
YUV161.3838.62153.4-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 52.67%
GREEN value IS 174 (68.36% from 255) = 46.52%
BLUE value IS 3 (1.56% from 255) = 0.80%
R=52.67%
G=46.52%
B=0.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.98
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal197174300.120.980.2352.899739.22
HexC5AE30C6217356127
Octal3052563014142276514147
Binary110001011010111011011001100010101111101011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AE03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AE03; }

 p { color: rgb(197,174,3); }

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

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

 a { background-color: rgb(197,174,3); }

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

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

 span { border-color: rgb(197,174,3); }

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