#C1C61A

Color #C1C61A Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #C1C61A

Tints of Rio Grande #C1C61A

Color information

#C1C61A (or 0xC1C61A) is unknown color: approx Rio Grande. HEX triplet: C1, C6 and 1A. RGB value is (193,198,26). Sum of RGB (Red+Green+Blue) = 193+198+26=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 198 (77.73% from 255 or 47.48% from 417); Blue value is 26 (10.55% from 255 or 6.24% from 417); Max value from RGB is 198 - color contains mainly: green. Hex color #C1C61A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C61A is #3E39E5. Grayscale: #B1B1B1. Windows color (decimal): -4078054 or 1754817. OLE color: 1754817.

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

Color convert

RGB19319826-
CMYK0.0300.870.22
HSL61.74º76.79%43.92%-
HSV(B)61.74º86.87%77.65%-
XYZ42.3751.88.74-
YUV176.942.84139.49-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.28%
GREEN value IS 198 (77.73% from 255) = 47.48%
BLUE value IS 26 (10.55% from 255) = 6.24%
R=46.28%
G=47.48%
B=6.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal193198260.0300.870.2261.7476.7943.92
HexC1C61A3057163e4d2c
Octal3013063230127267611554
Binary1100000111000110110101101010111101101111101001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C61A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C61A; }

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

 H1.HeaderClassName
 {
   color: #C1C61A;
 }
 .AnyTagClassName
 {
   color: #C1C61A;
 }
</style>
background-color css

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

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

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

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

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

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