#C1CA17

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

Shades of Rio Grande #C1CA17

Tints of Rio Grande #C1CA17

Color information

#C1CA17 (or 0xC1CA17) is unknown color: approx Rio Grande. HEX triplet: C1, CA and 17. RGB value is (193,202,23). Sum of RGB (Red+Green+Blue) = 193+202+23=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 202 (79.30% from 255 or 48.33% from 418); Blue value is 23 (9.38% from 255 or 5.50% from 418); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CA17 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1CA17 is #3E35E8. Grayscale: #B3B3B3. Windows color (decimal): -4077033 or 1559233. OLE color: 1559233.

HSL color Cylindrical-coordinate representation of color #C1CA17: hue angle of 63.02º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C1CA17 is Cyan = 0.04, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.21.

Color convert

RGB19320223-
CMYK0.0400.890.21
HSL63.02º79.56%44.12%-
HSV(B)63.02º88.61%79.22%-
XYZ43.2753.648.88-
YUV178.940.02138.05-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.17%
GREEN value IS 202 (79.30% from 255) = 48.33%
BLUE value IS 23 (9.38% from 255) = 5.50%
R=46.17%
G=48.33%
B=5.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal193202230.0400.890.2163.0279.5644.12
HexC1CA174059153f502c
Octal3013122740131257712054
Binary11000001110010101011110001011001101011111111010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1CA17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1CA17; }

 p { color: rgb(193,202,23); }

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

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

 a { background-color: rgb(193,202,23); }

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

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

 span { border-color: rgb(193,202,23); }

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