Html Css Color HEX #C1D01D Rio Grande

📋 copy color: '#C1D01D'

red 193 ◦ green 208 ◦ blue 29

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

Shades of Rio Grande #C1D01D

Tints of Rio Grande #C1D01D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.74%

R = 44.88%
G = 48.37%
B = 6.74%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#C1D01D (or 0xC1D01D) is known color: Rio Grande. HEX triplet: C1, D0 and 1D. RGB value is (193,208,29). Sum of RGB (Red+Green+Blue) = 193+208+29=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 208 (81.64% from 255 or 48.37% from 430); Blue value is 29 (11.72% from 255 or 6.74% from 430); Max value from RGB is 208 - color contains mainly: green. Hex color #C1D01D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1D01D is #3E2FE2. Grayscale: #B7B7B7. Windows color (decimal): -4075491 or 1953985. OLE color: 1953985.

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

Color convert

RGB 193 208 29 -
CMYK 0.07 0 0.86 0.18
HSL 65.03º 0.76% 0.46% -
HSV(B) 65.03º 0.86% 0.82% -
XYZ 44.77 56.54 9.72 -
YUV 183.11 41.03 135.05 -
System Red Green Blue C M Y K H S L
Decimal 193 208 29 0.07 0 0.86 0.18 65.03 0.76 0.46
Hex C1 D0 1D 7 0 56 12 41 4C 2E
Octal 301 320 35 7 0 126 22 101 114 56
Binary 11000001 11010000 11101 111 0 1010110 10010 1000001 1001100 101110

Color Harmonies of #C1D01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D01D

Black with #C1D01D

Text Example


Text Example

White with #C1D01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D01D; }

 p { color: rgb(193,208,29); }

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

background-color css

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

 a { background-color: rgb(193,208,29); }

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

border-color css

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

 span { border-color: rgb(193,208,29); }

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