Html Css Color HEX #C2C429 Rio Grande

📋 copy color: '#C2C429'

red 194 ◦ green 196 ◦ blue 41

#C2C429
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #C2C429

Tints of Rio Grande #C2C429

RGB

 RED value IS 194 (76.17% from 255) = 45.01%

 GREEN value IS 196 (76.95% from 255) = 45.48%

 BLUE value IS 41 (16.41% from 255) = 9.51%

R = 45.01%
G = 45.48%
B = 9.51%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C2C429 (or 0xC2C429) is known color: Rio Grande. HEX triplet: C2, C4 and 29. RGB value is (194,196,41). Sum of RGB (Red+Green+Blue) = 194+196+41=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 196 (76.95% from 255 or 45.48% from 431); Blue value is 41 (16.41% from 255 or 9.51% from 431); Max value from RGB is 196 - color contains mainly: green. Hex color #C2C429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C429 is #3D3BD6. Grayscale: #B2B2B2. Windows color (decimal): -4013015 or 2737346. OLE color: 2737346.

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

Color convert

RGB 194 196 41 -
CMYK 0.01 0 0.79 0.23
HSL 60.77º 0.65% 0.46% -
HSV(B) 60.77º 0.79% 0.77% -
XYZ 42.39 51.11 9.73 -
YUV 177.73 50.84 139.6 -
System Red Green Blue C M Y K H S L
Decimal 194 196 41 0.01 0 0.79 0.23 60.77 0.65 0.46
Hex C2 C4 29 1 0 4F 17 3D 41 2E
Octal 302 304 51 1 0 117 27 75 101 56
Binary 11000010 11000100 101001 1 0 1001111 10111 111101 1000001 101110

Color Harmonies of #C2C429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C429

Black with #C2C429

Text Example


Text Example

White with #C2C429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C429; }

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

 H1.HeaderClassName
 {
   color: #C2C429;
 }
 .AnyTagClassName
 {
   color: #C2C429;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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