#C1D716

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

Shades of Rio Grande #C1D716

Tints of Rio Grande #C1D716

Color information

#C1D716 (or 0xC1D716) is unknown color: approx Rio Grande. HEX triplet: C1, D7 and 16. RGB value is (193,215,22). Sum of RGB (Red+Green+Blue) = 193+215+22=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 215 (84.38% from 255 or 50% from 430); Blue value is 22 (8.98% from 255 or 5.12% from 430); Max value from RGB is 215 - color contains mainly: green. Hex color #C1D716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1D716 is #3E28E9. Grayscale: #BBBBBB. Windows color (decimal): -4073706 or 1497025. OLE color: 1497025.

HSL color Cylindrical-coordinate representation of color #C1D716: hue angle of 66.84º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C1D716 is Cyan = 0.10, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.16.

Color convert

RGB19321522-
CMYK0.1000.900.16
HSL66.84º81.43%46.47%-
HSV(B)66.84º89.77%84.31%-
XYZ46.44609.89-
YUV186.4235.21132.69-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.88%
GREEN value IS 215 (84.38% from 255) = 50%
BLUE value IS 22 (8.98% from 255) = 5.12%
R=44.88%
G=50%
B=5.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal193215220.1000.900.1666.8481.4346.47
HexC1D716A05A1043512e
Octal301327261201322010312156
Binary1100000111010111101101010010110101000010000111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1D716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1D716; }

 p { color: rgb(193,215,22); }

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

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

 a { background-color: rgb(193,215,22); }

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

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

 span { border-color: rgb(193,215,22); }

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