Html Css Color HEX #C4CE1D Rio Grande

📋 copy color: '#C4CE1D'

red 196 ◦ green 206 ◦ blue 29

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

Shades of Rio Grande #C4CE1D

Tints of Rio Grande #C4CE1D

RGB

 RED value IS 196 (76.95% from 255) = 45.48%

 GREEN value IS 206 (80.86% from 255) = 47.8%

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

R = 45.48%
G = 47.8%
B = 6.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#C4CE1D (or 0xC4CE1D) is known color: Rio Grande. HEX triplet: C4, CE and 1D. RGB value is (196,206,29). Sum of RGB (Red+Green+Blue) = 196+206+29=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 206 (80.86% from 255 or 47.80% from 431); Blue value is 29 (11.72% from 255 or 6.73% from 431); Max value from RGB is 206 - color contains mainly: green. Hex color #C4CE1D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CE1D is #3B31E2. Grayscale: #B7B7B7. Windows color (decimal): -3879395 or 1953476. OLE color: 1953476.

HSL color Cylindrical-coordinate representation of color #C4CE1D: hue angle of 63.39º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4CE1D is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 206 29 -
CMYK 0.05 0 0.86 0.19
HSL 63.39º 0.75% 0.46% -
HSV(B) 63.39º 0.86% 0.81% -
XYZ 45.06 55.97 9.59 -
YUV 182.83 41.19 137.39 -
System Red Green Blue C M Y K H S L
Decimal 196 206 29 0.05 0 0.86 0.19 63.39 0.75 0.46
Hex C4 CE 1D 5 0 56 13 3F 4B 2E
Octal 304 316 35 5 0 126 23 77 113 56
Binary 11000100 11001110 11101 101 0 1010110 10011 111111 1001011 101110

Color Harmonies of #C4CE1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CE1D

Black with #C4CE1D

Text Example


Text Example

White with #C4CE1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CE1D; }

 p { color: rgb(196,206,29); }

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

background-color css

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

 a { background-color: rgb(196,206,29); }

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

border-color css

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

 span { border-color: rgb(196,206,29); }

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