#C4C51A

Color #C4C51A Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #C4C51A

Tints of Rio Grande #C4C51A

Color information

#C4C51A (or 0xC4C51A) is unknown color: approx Rio Grande. HEX triplet: C4, C5 and 1A. RGB value is (196,197,26). Sum of RGB (Red+Green+Blue) = 196+197+26=419 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.78% from 419); Green value is 197 (77.34% from 255 or 47.02% from 419); Blue value is 26 (10.55% from 255 or 6.21% from 419); Max value from RGB is 197 - color contains mainly: green. Hex color #C4C51A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C51A is #3B3AE5. Grayscale: #B1B1B1. Windows color (decimal): -3881702 or 1754564. OLE color: 1754564.

HSL color Cylindrical-coordinate representation of color #C4C51A: hue angle of 60.35º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C4C51A is Cyan = 0.01, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB19619726-
CMYK0.0100.870.23
HSL60.35º76.68%43.73%-
HSV(B)60.35º86.8%77.25%-
XYZ42.9251.748.7-
YUV177.2142.67141.4-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.78%
GREEN value IS 197 (77.34% from 255) = 47.02%
BLUE value IS 26 (10.55% from 255) = 6.21%
R=46.78%
G=47.02%
B=6.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196197260.0100.870.2360.3576.6843.73
HexC4C51A1057173c4d2c
Octal3043053210127277411554
Binary110001001100010111010101010111101111111001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C51A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C51A; }

 p { color: rgb(196,197,26); }

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

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

 a { background-color: rgb(196,197,26); }

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

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

 span { border-color: rgb(196,197,26); }

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