Html Css Color HEX #C6D916 Rio Grande

📋 copy color: '#C6D916'

red 198 ◦ green 217 ◦ blue 22

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

Shades of Rio Grande #C6D916

Tints of Rio Grande #C6D916

RGB

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

 GREEN value IS 217 (85.16% from 255) = 49.66%

 BLUE value IS 22 (8.98% from 255) = 5.03%

R = 45.31%
G = 49.66%
B = 5.03%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.90

 K value IS 0.15

RGB Variations

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

Color information

#C6D916 (or 0xC6D916) is known color: Rio Grande. HEX triplet: C6, D9 and 16. RGB value is (198,217,22). Sum of RGB (Red+Green+Blue) = 198+217+22=437 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.31% from 437); Green value is 217 (85.16% from 255 or 49.66% from 437); Blue value is 22 (8.98% from 255 or 5.03% from 437); Max value from RGB is 217 - color contains mainly: green. Hex color #C6D916 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6D916 is #3926E9. Grayscale: #BDBDBD. Windows color (decimal): -3745514 or 1497542. OLE color: 1497542.

HSL color Cylindrical-coordinate representation of color #C6D916: hue angle of 65.85º degrees, saturation: 0.82, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C6D916 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 217 22 -
CMYK 0.09 0 0.90 0.15
HSL 65.85º 0.82% 0.47% -
HSV(B) 65.85º 0.9% 0.85% -
XYZ 48.25 61.69 10.12 -
YUV 189.09 33.71 134.36 -
System Red Green Blue C M Y K H S L
Decimal 198 217 22 0.09 0 0.90 0.15 65.85 0.82 0.47
Hex C6 D9 16 9 0 5A F 42 52 2F
Octal 306 331 26 11 0 132 17 102 122 57
Binary 11000110 11011001 10110 1001 0 1011010 1111 1000010 1010010 101111

Color Harmonies of #C6D916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D916

Black with #C6D916

Text Example


Text Example

White with #C6D916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D916; }

 p { color: rgb(198,217,22); }

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

background-color css

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

 a { background-color: rgb(198,217,22); }

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

border-color css

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

 span { border-color: rgb(198,217,22); }

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