#C6D710

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

Shades of Rio Grande #C6D710

Tints of Rio Grande #C6D710

Color information

#C6D710 (or 0xC6D710) is unknown color: approx Rio Grande. HEX triplet: C6, D7 and 10. RGB value is (198,215,16). Sum of RGB (Red+Green+Blue) = 198+215+16=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 215 (84.38% from 255 or 50.12% from 429); Blue value is 16 (6.64% from 255 or 3.73% from 429); Max value from RGB is 215 - color contains mainly: green. Hex color #C6D710 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6D710 is #3928EF. Grayscale: #BCBCBC. Windows color (decimal): -3746032 or 1103814. OLE color: 1103814.

HSL color Cylindrical-coordinate representation of color #C6D710: hue angle of 65.13º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C6D710 is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB19821516-
CMYK0.0800.930.16
HSL65.13º86.15%45.29%-
HSV(B)65.13º92.56%84.31%-
XYZ47.6860.649.68-
YUV187.2331.37135.68-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 46.15%
GREEN value IS 215 (84.38% from 255) = 50.12%
BLUE value IS 16 (6.64% from 255) = 3.73%
R=46.15%
G=50.12%
B=3.73%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal198215160.0800.930.1665.1386.1545.29
HexC6D710805D1041562d
Octal306327201001352010112655
Binary1100011011010111100001000010111011000010000011010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D710; }

 p { color: rgb(198,215,16); }

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

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

 a { background-color: rgb(198,215,16); }

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

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

 span { border-color: rgb(198,215,16); }

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