Html Css Color HEX #C4CF1C Rio Grande

📋 copy color: '#C4CF1C'

red 196 ◦ green 207 ◦ blue 28

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

Shades of Rio Grande #C4CF1C

Tints of Rio Grande #C4CF1C

RGB

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

 GREEN value IS 207 (81.25% from 255) = 48.03%

 BLUE value IS 28 (11.33% from 255) = 6.5%

R = 45.48%
G = 48.03%
B = 6.5%

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

#C4CF1C (or 0xC4CF1C) is known color: Rio Grande. HEX triplet: C4, CF and 1C. RGB value is (196,207,28). Sum of RGB (Red+Green+Blue) = 196+207+28=431 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.48% from 431); Green value is 207 (81.25% from 255 or 48.03% from 431); Blue value is 28 (11.33% from 255 or 6.50% from 431); Max value from RGB is 207 - color contains mainly: green. Hex color #C4CF1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CF1C is #3B30E3. Grayscale: #B8B8B8. Windows color (decimal): -3879140 or 1888196. OLE color: 1888196.

HSL color Cylindrical-coordinate representation of color #C4CF1C: hue angle of 63.69º degrees, saturation: 0.76, 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 #C4CF1C is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 207 28 -
CMYK 0.05 0 0.86 0.19
HSL 63.69º 0.76% 0.46% -
HSV(B) 63.69º 0.86% 0.81% -
XYZ 45.29 56.45 9.61 -
YUV 183.31 40.36 137.05 -
System Red Green Blue C M Y K H S L
Decimal 196 207 28 0.05 0 0.86 0.19 63.69 0.76 0.46
Hex C4 CF 1C 5 0 56 13 40 4C 2E
Octal 304 317 34 5 0 126 23 100 114 56
Binary 11000100 11001111 11100 101 0 1010110 10011 1000000 1001100 101110

Color Harmonies of #C4CF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4CF1C

Black with #C4CF1C

Text Example


Text Example

White with #C4CF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4CF1C; }

 p { color: rgb(196,207,28); }

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

background-color css

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

 a { background-color: rgb(196,207,28); }

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

border-color css

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

 span { border-color: rgb(196,207,28); }

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