Html Css Color HEX #C4CD1E Rio Grande

📋 copy color: '#C4CD1E'

red 196 ◦ green 205 ◦ blue 30

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

Shades of Rio Grande #C4CD1E

Tints of Rio Grande #C4CD1E

RGB

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

 GREEN value IS 205 (80.47% from 255) = 47.56%

 BLUE value IS 30 (12.11% from 255) = 6.96%

R = 45.48%
G = 47.56%
B = 6.96%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.85

 K value IS 0.20

RGB Variations

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

Color information

#C4CD1E (or 0xC4CD1E) is known color: Rio Grande. HEX triplet: C4, CD and 1E. RGB value is (196,205,30). Sum of RGB (Red+Green+Blue) = 196+205+30=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 205 (80.47% from 255 or 47.56% from 431); Blue value is 30 (12.11% from 255 or 6.96% from 431); Max value from RGB is 205 - color contains mainly: green. Hex color #C4CD1E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CD1E is #3B32E1. Grayscale: #B7B7B7. Windows color (decimal): -3879650 or 2018756. OLE color: 2018756.

HSL color Cylindrical-coordinate representation of color #C4CD1E: hue angle of 63.09º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4CD1E is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 205 30 -
CMYK 0.04 0 0.85 0.20
HSL 63.09º 0.74% 0.46% -
HSV(B) 63.09º 0.85% 0.8% -
XYZ 44.83 55.49 9.58 -
YUV 182.36 42.02 137.73 -
System Red Green Blue C M Y K H S L
Decimal 196 205 30 0.04 0 0.85 0.20 63.09 0.74 0.46
Hex C4 CD 1E 4 0 55 14 3F 4A 2E
Octal 304 315 36 4 0 125 24 77 112 56
Binary 11000100 11001101 11110 100 0 1010101 10100 111111 1001010 101110

Color Harmonies of #C4CD1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CD1E

Black with #C4CD1E

Text Example


Text Example

White with #C4CD1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CD1E; }

 p { color: rgb(196,205,30); }

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

background-color css

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

 a { background-color: rgb(196,205,30); }

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

border-color css

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

 span { border-color: rgb(196,205,30); }

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