Html Css Color HEX #C5D90D Rio Grande

📋 copy color: '#C5D90D'

red 197 ◦ green 217 ◦ blue 13

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

Shades of Rio Grande #C5D90D

Tints of Rio Grande #C5D90D

RGB

 RED value IS 197 (77.34% from 255) = 46.14%

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

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

R = 46.14%
G = 50.82%
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

#C5D90D (or 0xC5D90D) is known color: Rio Grande. HEX triplet: C5, D9 and 0D. RGB value is (197,217,13). Sum of RGB (Red+Green+Blue) = 197+217+13=427 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.14% from 427); Green value is 217 (85.16% from 255 or 50.82% from 427); Blue value is 13 (5.47% from 255 or 3.04% from 427); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D90D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C5D90D is #3A26F2. Grayscale: #BCBCBC. Windows color (decimal): -3811059 or 907717. OLE color: 907717.

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

Color convert

RGB 197 217 13 -
CMYK 0.09 0 0.94 0.15
HSL 65.88º 0.89% 0.45% -
HSV(B) 65.88º 0.94% 0.85% -
XYZ 47.91 61.53 9.73 -
YUV 187.76 29.37 134.59 -
System Red Green Blue C M Y K H S L
Decimal 197 217 13 0.09 0 0.94 0.15 65.88 0.89 0.45
Hex C5 D9 D 9 0 5E F 42 59 2D
Octal 305 331 15 11 0 136 17 102 131 55
Binary 11000101 11011001 1101 1001 0 1011110 1111 1000010 1011001 101101

Color Harmonies of #C5D90D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D90D

Black with #C5D90D

Text Example


Text Example

White with #C5D90D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D90D; }

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

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

background-color css

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

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

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

border-color css

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

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

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