Html Css Color HEX #C6D610 Rio Grande

📋 copy color: '#C6D610'

red 198 ◦ green 214 ◦ blue 16

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

Shades of Rio Grande #C6D610

Tints of Rio Grande #C6D610

RGB

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

 GREEN value IS 214 (83.98% from 255) = 50%

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

R = 46.26%
G = 50%
B = 3.74%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#C6D610 (or 0xC6D610) is known color: Rio Grande. HEX triplet: C6, D6 and 10. RGB value is (198,214,16). Sum of RGB (Red+Green+Blue) = 198+214+16=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 214 (83.98% from 255 or 50% from 428); Blue value is 16 (6.64% from 255 or 3.74% from 428); Max value from RGB is 214 - color contains mainly: green. Hex color #C6D610 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6D610 is #3929EF. Grayscale: #BBBBBB. Windows color (decimal): -3746288 or 1103558. OLE color: 1103558.

HSL color Cylindrical-coordinate representation of color #C6D610: hue angle of 64.85º 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 #C6D610 is Cyan = 0.07, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB 198 214 16 -
CMYK 0.07 0 0.93 0.16
HSL 64.85º 0.86% 0.45% -
HSV(B) 64.85º 0.93% 0.84% -
XYZ 47.43 60.14 9.6 -
YUV 186.64 31.7 136.1 -
System Red Green Blue C M Y K H S L
Decimal 198 214 16 0.07 0 0.93 0.16 64.85 0.86 0.45
Hex C6 D6 10 7 0 5D 10 41 56 2D
Octal 306 326 20 7 0 135 20 101 126 55
Binary 11000110 11010110 10000 111 0 1011101 10000 1000001 1010110 101101

Color Harmonies of #C6D610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D610

Black with #C6D610

Text Example


Text Example

White with #C6D610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D610; }

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

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

background-color css

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

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

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

border-color css

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

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

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