#C2C424

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

Shades of Rio Grande #C2C424

Tints of Rio Grande #C2C424

Color information

#C2C424 (or 0xC2C424) is unknown color: approx Rio Grande. HEX triplet: C2, C4 and 24. RGB value is (194,196,36). Sum of RGB (Red+Green+Blue) = 194+196+36=426 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.54% from 426); Green value is 196 (76.95% from 255 or 46.01% from 426); Blue value is 36 (14.45% from 255 or 8.45% from 426); Max value from RGB is 196 - color contains mainly: green. Hex color #C2C424 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C424 is #3D3BDB. Grayscale: #B1B1B1. Windows color (decimal): -4013020 or 2409666. OLE color: 2409666.

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

Color convert

RGB19419636-
CMYK0.0100.820.23
HSL60.75º68.97%45.49%-
HSV(B)60.75º81.63%76.86%-
XYZ42.3151.089.3-
YUV177.1648.34140.01-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.54%
GREEN value IS 196 (76.95% from 255) = 46.01%
BLUE value IS 36 (14.45% from 255) = 8.45%
R=45.54%
G=46.01%
B=8.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal194196360.0100.820.2360.7568.9745.49
HexC2C4241052173d452d
Octal3023044410122277510555
Binary1100001011000100100100101010010101111111011000101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C424; }

 p { color: rgb(194,196,36); }

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

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

 a { background-color: rgb(194,196,36); }

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

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

 span { border-color: rgb(194,196,36); }

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