Html Css Color HEX #C1C51A Rio Grande

📋 copy color: '#C1C51A'

red 193 ◦ green 197 ◦ blue 26

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

Shades of Rio Grande #C1C51A

Tints of Rio Grande #C1C51A

RGB

 RED value IS 193 (75.78% from 255) = 46.39%

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

 BLUE value IS 26 (10.55% from 255) = 6.25%

R = 46.39%
G = 47.36%
B = 6.25%

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

#C1C51A (or 0xC1C51A) is known color: Rio Grande. HEX triplet: C1, C5 and 1A. RGB value is (193,197,26). Sum of RGB (Red+Green+Blue) = 193+197+26=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 197 (77.34% from 255 or 47.36% from 416); Blue value is 26 (10.55% from 255 or 6.25% from 416); Max value from RGB is 197 - color contains mainly: green. Hex color #C1C51A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C51A is #3E3AE5. Grayscale: #B0B0B0. Windows color (decimal): -4078310 or 1754561. OLE color: 1754561.

HSL color Cylindrical-coordinate representation of color #C1C51A: hue angle of 61.4º 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 #C1C51A is Cyan = 0.02, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 193 197 26 -
CMYK 0.02 0 0.87 0.23
HSL 61.4º 0.77% 0.44% -
HSV(B) 61.4º 0.87% 0.77% -
XYZ 42.15 51.34 8.67 -
YUV 176.31 43.17 139.9 -
System Red Green Blue C M Y K H S L
Decimal 193 197 26 0.02 0 0.87 0.23 61.4 0.77 0.44
Hex C1 C5 1A 2 0 57 17 3D 4D 2C
Octal 301 305 32 2 0 127 27 75 115 54
Binary 11000001 11000101 11010 10 0 1010111 10111 111101 1001101 101100

Color Harmonies of #C1C51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1C51A

Black with #C1C51A

Text Example


Text Example

White with #C1C51A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1C51A; }

 p { color: rgb(193,197,26); }

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

background-color css

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

 a { background-color: rgb(193,197,26); }

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

border-color css

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

 span { border-color: rgb(193,197,26); }

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