Html Css Color HEX #C2C519 Rio Grande

📋 copy color: '#C2C519'

red 194 ◦ green 197 ◦ blue 25

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

Shades of Rio Grande #C2C519

Tints of Rio Grande #C2C519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.01%

R = 46.63%
G = 47.36%
B = 6.01%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C2C519 (or 0xC2C519) is known color: Rio Grande. HEX triplet: C2, C5 and 19. RGB value is (194,197,25). Sum of RGB (Red+Green+Blue) = 194+197+25=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 197 (77.34% from 255 or 47.36% from 416); Blue value is 25 (10.16% from 255 or 6.01% from 416); Max value from RGB is 197 - color contains mainly: green. Hex color #C2C519 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2C519 is #3D3AE6. Grayscale: #B1B1B1. Windows color (decimal): -4012775 or 1689026. OLE color: 1689026.

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

Color convert

RGB 194 197 25 -
CMYK 0.02 0 0.87 0.23
HSL 61.05º 0.77% 0.44% -
HSV(B) 61.05º 0.87% 0.77% -
XYZ 42.39 51.47 8.62 -
YUV 176.5 42.51 140.49 -
System Red Green Blue C M Y K H S L
Decimal 194 197 25 0.02 0 0.87 0.23 61.05 0.77 0.44
Hex C2 C5 19 2 0 57 17 3D 4D 2C
Octal 302 305 31 2 0 127 27 75 115 54
Binary 11000010 11000101 11001 10 0 1010111 10111 111101 1001101 101100

Color Harmonies of #C2C519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2C519

Black with #C2C519

Text Example


Text Example

White with #C2C519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2C519; }

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

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

background-color css

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

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

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

border-color css

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

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

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