Html Css Color HEX #C5D01A Rio Grande

📋 copy color: '#C5D01A'

red 197 ◦ green 208 ◦ blue 26

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

Shades of Rio Grande #C5D01A

Tints of Rio Grande #C5D01A

RGB

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

 GREEN value IS 208 (81.64% from 255) = 48.26%

 BLUE value IS 26 (10.55% from 255) = 6.03%

R = 45.71%
G = 48.26%
B = 6.03%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.88

 K value IS 0.18

RGB Variations

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

Color information

#C5D01A (or 0xC5D01A) is known color: Rio Grande. HEX triplet: C5, D0 and 1A. RGB value is (197,208,26). Sum of RGB (Red+Green+Blue) = 197+208+26=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 208 (81.64% from 255 or 48.26% from 431); Blue value is 26 (10.55% from 255 or 6.03% from 431); Max value from RGB is 208 - color contains mainly: green. Hex color #C5D01A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5D01A is #3A2FE5. Grayscale: #B8B8B8. Windows color (decimal): -3813350 or 1757381. OLE color: 1757381.

HSL color Cylindrical-coordinate representation of color #C5D01A: hue angle of 63.63º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C5D01A is Cyan = 0.05, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.18.

Color convert

RGB 197 208 26 -
CMYK 0.05 0 0.88 0.18
HSL 63.63º 0.78% 0.46% -
HSV(B) 63.63º 0.88% 0.82% -
XYZ 45.77 57.06 9.58 -
YUV 183.96 38.86 137.3 -
System Red Green Blue C M Y K H S L
Decimal 197 208 26 0.05 0 0.88 0.18 63.63 0.78 0.46
Hex C5 D0 1A 5 0 58 12 40 4E 2E
Octal 305 320 32 5 0 130 22 100 116 56
Binary 11000101 11010000 11010 101 0 1011000 10010 1000000 1001110 101110

Color Harmonies of #C5D01A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D01A

Black with #C5D01A

Text Example


Text Example

White with #C5D01A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D01A; }

 p { color: rgb(197,208,26); }

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

background-color css

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

 a { background-color: rgb(197,208,26); }

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

border-color css

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

 span { border-color: rgb(197,208,26); }

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