Html Css Color HEX #C6D11A Rio Grande

📋 copy color: '#C6D11A'

red 198 ◦ green 209 ◦ blue 26

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

Shades of Rio Grande #C6D11A

Tints of Rio Grande #C6D11A

RGB

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

 GREEN value IS 209 (82.03% from 255) = 48.27%

 BLUE value IS 26 (10.55% from 255) = 6%

R = 45.73%
G = 48.27%
B = 6%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#C6D11A (or 0xC6D11A) is known color: Rio Grande. HEX triplet: C6, D1 and 1A. RGB value is (198,209,26). Sum of RGB (Red+Green+Blue) = 198+209+26=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 209 (82.03% from 255 or 48.27% from 433); Blue value is 26 (10.55% from 255 or 6.00% from 433); Max value from RGB is 209 - color contains mainly: green. Hex color #C6D11A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D11A is #392EE5. Grayscale: #B9B9B9. Windows color (decimal): -3747558 or 1757638. OLE color: 1757638.

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

Color convert

RGB 198 209 26 -
CMYK 0.05 0 0.88 0.18
HSL 63.61º 0.78% 0.46% -
HSV(B) 63.61º 0.88% 0.82% -
XYZ 46.28 57.68 9.67 -
YUV 184.85 38.36 137.38 -
System Red Green Blue C M Y K H S L
Decimal 198 209 26 0.05 0 0.88 0.18 63.61 0.78 0.46
Hex C6 D1 1A 5 0 58 12 40 4E 2E
Octal 306 321 32 5 0 130 22 100 116 56
Binary 11000110 11010001 11010 101 0 1011000 10010 1000000 1001110 101110

Color Harmonies of #C6D11A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D11A

Black with #C6D11A

Text Example


Text Example

White with #C6D11A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D11A; }

 p { color: rgb(198,209,26); }

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

background-color css

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

 a { background-color: rgb(198,209,26); }

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

border-color css

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

 span { border-color: rgb(198,209,26); }

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