Html Css Color HEX #C2C51D Rio Grande

📋 copy color: '#C2C51D'

red 194 ◦ green 197 ◦ blue 29

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

Shades of Rio Grande #C2C51D

Tints of Rio Grande #C2C51D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.9%

R = 46.19%
G = 46.9%
B = 6.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C2C51D (or 0xC2C51D) is known color: Rio Grande. HEX triplet: C2, C5 and 1D. RGB value is (194,197,29). Sum of RGB (Red+Green+Blue) = 194+197+29=420 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.19% from 420); Green value is 197 (77.34% from 255 or 46.90% from 420); Blue value is 29 (11.72% from 255 or 6.90% from 420); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C51D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2C51D is #3D3AE2. Grayscale: #B1B1B1. Windows color (decimal): -4012771 or 1951170. OLE color: 1951170.

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

Color convert

RGB 194 197 29 -
CMYK 0.02 0 0.85 0.23
HSL 61.07º 0.74% 0.44% -
HSV(B) 61.07º 0.85% 0.77% -
XYZ 42.44 51.49 8.86 -
YUV 176.95 44.51 140.16 -
System Red Green Blue C M Y K H S L
Decimal 194 197 29 0.02 0 0.85 0.23 61.07 0.74 0.44
Hex C2 C5 1D 2 0 55 17 3D 4A 2C
Octal 302 305 35 2 0 125 27 75 112 54
Binary 11000010 11000101 11101 10 0 1010101 10111 111101 1001010 101100

Color Harmonies of #C2C51D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C51D

Black with #C2C51D

Text Example


Text Example

White with #C2C51D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C51D; }

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

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

background-color css

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

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

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

border-color css

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

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

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