Html Css Color HEX #C1D70D Rio Grande

📋 copy color: '#C1D70D'

red 193 ◦ green 215 ◦ blue 13

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

Shades of Rio Grande #C1D70D

Tints of Rio Grande #C1D70D

RGB

 RED value IS 193 (75.78% from 255) = 45.84%

 GREEN value IS 215 (84.38% from 255) = 51.07%

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

R = 45.84%
G = 51.07%
B = 3.09%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.16

RGB Variations

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

Color information

#C1D70D (or 0xC1D70D) is known color: Rio Grande. HEX triplet: C1, D7 and 0D. RGB value is (193,215,13). Sum of RGB (Red+Green+Blue) = 193+215+13=421 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.84% from 421); Green value is 215 (84.38% from 255 or 51.07% from 421); Blue value is 13 (5.47% from 255 or 3.09% from 421); Max value from RGB is 215 - color contains mainly: green. Hex color #C1D70D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1D70D is #3E28F2. Grayscale: #BABABA. Windows color (decimal): -4073715 or 907201. OLE color: 907201.

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

Color convert

RGB 193 215 13 -
CMYK 0.10 0 0.94 0.16
HSL 66.53º 0.89% 0.45% -
HSV(B) 66.53º 0.94% 0.84% -
XYZ 46.37 59.97 9.51 -
YUV 185.39 30.71 133.43 -
System Red Green Blue C M Y K H S L
Decimal 193 215 13 0.10 0 0.94 0.16 66.53 0.89 0.45
Hex C1 D7 D A 0 5E 10 43 59 2D
Octal 301 327 15 12 0 136 20 103 131 55
Binary 11000001 11010111 1101 1010 0 1011110 10000 1000011 1011001 101101

Color Harmonies of #C1D70D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D70D

Black with #C1D70D

Text Example


Text Example

White with #C1D70D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D70D; }

 p { color: rgb(193,215,13); }

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

background-color css

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

 a { background-color: rgb(193,215,13); }

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

border-color css

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

 span { border-color: rgb(193,215,13); }

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