#C1C61B

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

Shades of Rio Grande #C1C61B

Tints of Rio Grande #C1C61B

Color information

#C1C61B (or 0xC1C61B) is unknown color: approx Rio Grande. HEX triplet: C1, C6 and 1B. RGB value is (193,198,27). Sum of RGB (Red+Green+Blue) = 193+198+27=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 198 (77.73% from 255 or 47.37% from 418); Blue value is 27 (10.94% from 255 or 6.46% from 418); Max value from RGB is 198 - color contains mainly: green. Hex color #C1C61B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1C61B is #3E39E4. Grayscale: #B1B1B1. Windows color (decimal): -4078053 or 1820353. OLE color: 1820353.

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

Color convert

RGB19319827-
CMYK0.0300.860.22
HSL61.75º76%44.12%-
HSV(B)61.75º86.36%77.65%-
XYZ42.3851.88.8-
YUV177.0143.34139.4-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.17%
GREEN value IS 198 (77.73% from 255) = 47.37%
BLUE value IS 27 (10.94% from 255) = 6.46%
R=46.17%
G=47.37%
B=6.46%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal193198270.0300.860.2261.757644.12
HexC1C61B3056163e4c2c
Octal3013063330126267611454
Binary1100000111000110110111101010110101101111101001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1C61B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1C61B; }

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

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

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

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

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

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

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

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