Html Css Color HEX #C6D21C Rio Grande

📋 copy color: '#C6D21C'

red 198 ◦ green 210 ◦ blue 28

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

Shades of Rio Grande #C6D21C

Tints of Rio Grande #C6D21C

RGB

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

 GREEN value IS 210 (82.42% from 255) = 48.17%

 BLUE value IS 28 (11.33% from 255) = 6.42%

R = 45.41%
G = 48.17%
B = 6.42%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#C6D21C (or 0xC6D21C) is known color: Rio Grande. HEX triplet: C6, D2 and 1C. RGB value is (198,210,28). Sum of RGB (Red+Green+Blue) = 198+210+28=436 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.41% from 436); Green value is 210 (82.42% from 255 or 48.17% from 436); Blue value is 28 (11.33% from 255 or 6.42% from 436); Max value from RGB is 210 - color contains mainly: green. Hex color #C6D21C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C6D21C is #392DE3. Grayscale: #BABABA. Windows color (decimal): -3747300 or 1888966. OLE color: 1888966.

HSL color Cylindrical-coordinate representation of color #C6D21C: hue angle of 63.96º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C6D21C is Cyan = 0.06, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.18.

Color convert

RGB 198 210 28 -
CMYK 0.06 0 0.87 0.18
HSL 63.96º 0.76% 0.47% -
HSV(B) 63.96º 0.87% 0.82% -
XYZ 46.54 58.18 9.88 -
YUV 185.66 39.02 136.8 -
System Red Green Blue C M Y K H S L
Decimal 198 210 28 0.06 0 0.87 0.18 63.96 0.76 0.47
Hex C6 D2 1C 6 0 57 12 40 4C 2F
Octal 306 322 34 6 0 127 22 100 114 57
Binary 11000110 11010010 11100 110 0 1010111 10010 1000000 1001100 101111

Color Harmonies of #C6D21C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D21C

Black with #C6D21C

Text Example


Text Example

White with #C6D21C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D21C; }

 p { color: rgb(198,210,28); }

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

background-color css

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

 a { background-color: rgb(198,210,28); }

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

border-color css

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

 span { border-color: rgb(198,210,28); }

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