Html Css Color HEX #C2C51C Rio Grande

📋 copy color: '#C2C51C'

red 194 ◦ green 197 ◦ blue 28

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

Shades of Rio Grande #C2C51C

Tints of Rio Grande #C2C51C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 47.02%

 BLUE value IS 28 (11.33% from 255) = 6.68%

R = 46.3%
G = 47.02%
B = 6.68%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C2C51C (or 0xC2C51C) is known color: Rio Grande. HEX triplet: C2, C5 and 1C. RGB value is (194,197,28). Sum of RGB (Red+Green+Blue) = 194+197+28=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 197 (77.34% from 255 or 47.02% from 419); Blue value is 28 (11.33% from 255 or 6.68% from 419); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C51C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C51C is #3D3AE3. Grayscale: #B1B1B1. Windows color (decimal): -4012772 or 1885634. OLE color: 1885634.

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

Color convert

RGB 194 197 28 -
CMYK 0.02 0 0.86 0.23
HSL 61.07º 0.75% 0.44% -
HSV(B) 61.07º 0.86% 0.77% -
XYZ 42.42 51.49 8.8 -
YUV 176.84 44.01 140.24 -
System Red Green Blue C M Y K H S L
Decimal 194 197 28 0.02 0 0.86 0.23 61.07 0.75 0.44
Hex C2 C5 1C 2 0 56 17 3D 4B 2C
Octal 302 305 34 2 0 126 27 75 113 54
Binary 11000010 11000101 11100 10 0 1010110 10111 111101 1001011 101100

Color Harmonies of #C2C51C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C51C

Black with #C2C51C

Text Example


Text Example

White with #C2C51C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C51C; }

 p { color: rgb(194,197,28); }

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

background-color css

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

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

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

border-color css

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

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

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