Html Css Color HEX #C2D01D Rio Grande

📋 copy color: '#C2D01D'

red 194 ◦ green 208 ◦ blue 29

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

Shades of Rio Grande #C2D01D

Tints of Rio Grande #C2D01D

RGB

 RED value IS 194 (76.17% from 255) = 45.01%

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

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

R = 45.01%
G = 48.26%
B = 6.73%

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

#C2D01D (or 0xC2D01D) is known color: Rio Grande. HEX triplet: C2, D0 and 1D. RGB value is (194,208,29). Sum of RGB (Red+Green+Blue) = 194+208+29=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 208 (81.64% from 255 or 48.26% from 431); Blue value is 29 (11.72% from 255 or 6.73% from 431); Max value from RGB is 208 - color contains mainly: green. Hex color #C2D01D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2D01D is #3D2FE2. Grayscale: #B8B8B8. Windows color (decimal): -4009955 or 1953986. OLE color: 1953986.

HSL color Cylindrical-coordinate representation of color #C2D01D: hue angle of 64.69º 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 #C2D01D is Cyan = 0.07, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 208 29 -
CMYK 0.07 0 0.86 0.18
HSL 64.69º 0.76% 0.46% -
HSV(B) 64.69º 0.86% 0.82% -
XYZ 45.03 56.67 9.73 -
YUV 183.41 40.86 135.55 -
System Red Green Blue C M Y K H S L
Decimal 194 208 29 0.07 0 0.86 0.18 64.69 0.76 0.46
Hex C2 D0 1D 7 0 56 12 41 4C 2E
Octal 302 320 35 7 0 126 22 101 114 56
Binary 11000010 11010000 11101 111 0 1010110 10010 1000001 1001100 101110

Color Harmonies of #C2D01D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D01D

Black with #C2D01D

Text Example


Text Example

White with #C2D01D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D01D; }

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

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

background-color css

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

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

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

border-color css

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

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

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