Html Css Color HEX #C6D80D Rio Grande

📋 copy color: '#C6D80D'

red 198 ◦ green 216 ◦ blue 13

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

Shades of Rio Grande #C6D80D

Tints of Rio Grande #C6D80D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 3.04%

R = 46.37%
G = 50.59%
B = 3.04%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#C6D80D (or 0xC6D80D) is known color: Rio Grande. HEX triplet: C6, D8 and 0D. RGB value is (198,216,13). Sum of RGB (Red+Green+Blue) = 198+216+13=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 216 (84.77% from 255 or 50.59% from 427); Blue value is 13 (5.47% from 255 or 3.04% from 427); Max value from RGB is 216 - color contains mainly: green. Hex color #C6D80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6D80D is #3927F2. Grayscale: #BCBCBC. Windows color (decimal): -3745779 or 907462. OLE color: 907462.

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

Color convert

RGB 198 216 13 -
CMYK 0.08 0 0.94 0.15
HSL 65.32º 0.89% 0.45% -
HSV(B) 65.32º 0.94% 0.85% -
XYZ 47.92 61.15 9.66 -
YUV 187.48 29.54 135.51 -
System Red Green Blue C M Y K H S L
Decimal 198 216 13 0.08 0 0.94 0.15 65.32 0.89 0.45
Hex C6 D8 D 8 0 5E F 41 59 2D
Octal 306 330 15 10 0 136 17 101 131 55
Binary 11000110 11011000 1101 1000 0 1011110 1111 1000001 1011001 101101

Color Harmonies of #C6D80D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D80D

Black with #C6D80D

Text Example


Text Example

White with #C6D80D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D80D; }

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

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

background-color css

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

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

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

border-color css

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

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

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