#C2C21D

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

Shades of Rio Grande #C2C21D

Tints of Rio Grande #C2C21D

Color information

#C2C21D (or 0xC2C21D) is unknown color: approx Rio Grande. HEX triplet: C2, C2 and 1D. RGB value is (194,194,29). Sum of RGB (Red+Green+Blue) = 194+194+29=417 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.52% from 417); Green value is 194 (76.17% from 255 or 46.52% from 417); Blue value is 29 (11.72% from 255 or 6.95% from 417); Max value from RGB is 194 - color contains mainly: red, green. Hex color #C2C21D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C21D is #3D3DE2. Grayscale: #AFAFAF. Windows color (decimal): -4013539 or 1950402. OLE color: 1950402.

HSL color Cylindrical-coordinate representation of color #C2C21D: hue angle of 60º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C2C21D is Cyan = 0, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB19419429-
CMYK000.850.24
HSL60º73.99%43.73%-
HSV(B)60º85.05%76.08%-
XYZ41.7650.148.64-
YUV175.1945.5141.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.52%
GREEN value IS 194 (76.17% from 255) = 46.52%
BLUE value IS 29 (11.72% from 255) = 6.95%
R=46.52%
G=46.52%
B=6.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19419429000.850.246073.9943.73
HexC2C21D0055183c4a2c
Octal3023023500125307411254
Binary110000101100001011101001010101110001111001001010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C21D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C21D; }

 p { color: rgb(194,194,29); }

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

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

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

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

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

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

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