Html Css Color HEX #C6D90D Rio Grande

📋 copy color: '#C6D90D'

red 198 ◦ green 217 ◦ blue 13

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

Shades of Rio Grande #C6D90D

Tints of Rio Grande #C6D90D

RGB

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

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

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

R = 46.26%
G = 50.7%
B = 3.04%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.94

 K value IS 0.15

RGB Variations

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

Color information

#C6D90D (or 0xC6D90D) is known color: Rio Grande. HEX triplet: C6, D9 and 0D. RGB value is (198,217,13). Sum of RGB (Red+Green+Blue) = 198+217+13=428 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.26% from 428); Green value is 217 (85.16% from 255 or 50.70% from 428); Blue value is 13 (5.47% from 255 or 3.04% from 428); Max value from RGB is 217 - color contains mainly: green. Hex color #C6D90D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C6D90D is #3926F2. Grayscale: #BCBCBC. Windows color (decimal): -3745523 or 907718. OLE color: 907718.

HSL color Cylindrical-coordinate representation of color #C6D90D: hue angle of 65.59º 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 #C6D90D is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB 198 217 13 -
CMYK 0.09 0 0.94 0.15
HSL 65.59º 0.89% 0.45% -
HSV(B) 65.59º 0.94% 0.85% -
XYZ 48.17 61.66 9.74 -
YUV 188.06 29.21 135.09 -
System Red Green Blue C M Y K H S L
Decimal 198 217 13 0.09 0 0.94 0.15 65.59 0.89 0.45
Hex C6 D9 D 9 0 5E F 42 59 2D
Octal 306 331 15 11 0 136 17 102 131 55
Binary 11000110 11011001 1101 1001 0 1011110 1111 1000010 1011001 101101

Color Harmonies of #C6D90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D90D

Black with #C6D90D

Text Example


Text Example

White with #C6D90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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