#C5D016

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

Shades of Rio Grande #C5D016

Tints of Rio Grande #C5D016

Color information

#C5D016 (or 0xC5D016) is unknown color: approx Rio Grande. HEX triplet: C5, D0 and 16. RGB value is (197,208,22). Sum of RGB (Red+Green+Blue) = 197+208+22=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 208 (81.64% from 255 or 48.71% from 427); Blue value is 22 (8.98% from 255 or 5.15% from 427); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D016 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D016 is #3A2FE9. Grayscale: #B8B8B8. Windows color (decimal): -3813354 or 1495237. OLE color: 1495237.

HSL color Cylindrical-coordinate representation of color #C5D016: hue angle of 63.55º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C5D016 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB19720822-
CMYK0.0500.890.18
HSL63.55º80.87%45.1%-
HSV(B)63.55º89.42%81.57%-
XYZ45.7357.049.36-
YUV183.5136.86137.62-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.14%
GREEN value IS 208 (81.64% from 255) = 48.71%
BLUE value IS 22 (8.98% from 255) = 5.15%
R=46.14%
G=48.71%
B=5.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal197208220.0500.890.1863.5580.8745.1
HexC5D01650591240512d
Octal30532026501312210012155
Binary110001011101000010110101010110011001010000001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5D016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5D016; }

 p { color: rgb(197,208,22); }

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

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

 a { background-color: rgb(197,208,22); }

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

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

 span { border-color: rgb(197,208,22); }

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