Html Css Color HEX #C6D810 Rio Grande

📋 copy color: '#C6D810'

red 198 ◦ green 216 ◦ blue 16

#C6D810
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #C6D810

Tints of Rio Grande #C6D810

RGB

 RED value IS 198 (77.73% from 255) = 46.05%

 GREEN value IS 216 (84.77% from 255) = 50.23%

 BLUE value IS 16 (6.64% from 255) = 3.72%

R = 46.05%
G = 50.23%
B = 3.72%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.93

 K value IS 0.15

RGB Variations

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

Color information

#C6D810 (or 0xC6D810) is known color: Rio Grande. HEX triplet: C6, D8 and 10. RGB value is (198,216,16). Sum of RGB (Red+Green+Blue) = 198+216+16=430 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.05% from 430); Green value is 216 (84.77% from 255 or 50.23% from 430); Blue value is 16 (6.64% from 255 or 3.72% from 430); Max value from RGB is 216 - color contains mainly: green. Hex color #C6D810 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6D810 is #3927EF. Grayscale: #BCBCBC. Windows color (decimal): -3745776 or 1104070. OLE color: 1104070.

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

Color convert

RGB 198 216 16 -
CMYK 0.08 0 0.93 0.15
HSL 65.4º 0.86% 0.45% -
HSV(B) 65.4º 0.93% 0.85% -
XYZ 47.94 61.15 9.77 -
YUV 187.82 31.04 135.26 -
System Red Green Blue C M Y K H S L
Decimal 198 216 16 0.08 0 0.93 0.15 65.4 0.86 0.45
Hex C6 D8 10 8 0 5D F 41 56 2D
Octal 306 330 20 10 0 135 17 101 126 55
Binary 11000110 11011000 10000 1000 0 1011101 1111 1000001 1010110 101101

Color Harmonies of #C6D810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D810

Black with #C6D810

Text Example


Text Example

White with #C6D810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D810; }

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

 H1.HeaderClassName
 {
   color: #C6D810;
 }
 .AnyTagClassName
 {
   color: #C6D810;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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