Html Css Color HEX #C4CD1F Rio Grande

📋 copy color: '#C4CD1F'

red 196 ◦ green 205 ◦ blue 31

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

Shades of Rio Grande #C4CD1F

Tints of Rio Grande #C4CD1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 7.18%

R = 45.37%
G = 47.45%
B = 7.18%

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

#C4CD1F (or 0xC4CD1F) is known color: Rio Grande. HEX triplet: C4, CD and 1F. RGB value is (196,205,31). Sum of RGB (Red+Green+Blue) = 196+205+31=432 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.37% from 432); Green value is 205 (80.47% from 255 or 47.45% from 432); Blue value is 31 (12.5% from 255 or 7.18% from 432); Max value from RGB is 205 - color contains mainly: green. Hex color #C4CD1F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CD1F is #3B32E0. Grayscale: #B7B7B7. Windows color (decimal): -3879649 or 2084292. OLE color: 2084292.

HSL color Cylindrical-coordinate representation of color #C4CD1F: hue angle of 63.1º 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 #C4CD1F is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 205 31 -
CMYK 0.04 0 0.85 0.20
HSL 63.1º 0.74% 0.46% -
HSV(B) 63.1º 0.85% 0.8% -
XYZ 44.84 55.5 9.64 -
YUV 182.47 42.52 137.65 -
System Red Green Blue C M Y K H S L
Decimal 196 205 31 0.04 0 0.85 0.20 63.1 0.74 0.46
Hex C4 CD 1F 4 0 55 14 3F 4A 2E
Octal 304 315 37 4 0 125 24 77 112 56
Binary 11000100 11001101 11111 100 0 1010101 10100 111111 1001010 101110

Color Harmonies of #C4CD1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CD1F

Black with #C4CD1F

Text Example


Text Example

White with #C4CD1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CD1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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