#C4CD1C

Color #C4CD1C Rio Grande (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rio Grande #C4CD1C

Tints of Rio Grande #C4CD1C

Color information

#C4CD1C (or 0xC4CD1C) is unknown color: approx Rio Grande. HEX triplet: C4, CD and 1C. RGB value is (196,205,28). Sum of RGB (Red+Green+Blue) = 196+205+28=429 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.69% from 429); Green value is 205 (80.47% from 255 or 47.79% from 429); Blue value is 28 (11.33% from 255 or 6.53% from 429); Max value from RGB is 205 - color contains mainly: green. Hex color #C4CD1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4CD1C is #3B32E3. Grayscale: #B6B6B6. Windows color (decimal): -3879652 or 1887684. OLE color: 1887684.

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

Color convert

RGB19620528-
CMYK0.0400.860.20
HSL63.05º75.97%45.69%-
HSV(B)63.05º86.34%80.39%-
XYZ44.8155.489.45-
YUV182.1341.02137.89-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.69%
GREEN value IS 205 (80.47% from 255) = 47.79%
BLUE value IS 28 (11.33% from 255) = 6.53%
R=45.69%
G=47.79%
B=6.53%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal196205280.0400.860.2063.0575.9745.69
HexC4CD1C4056143f4c2e
Octal3043153440126247711456
Binary11000100110011011110010001010110101001111111001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4CD1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4CD1C; }

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

 H1.HeaderClassName
 {
   color: #C4CD1C;
 }
 .AnyTagClassName
 {
   color: #C4CD1C;
 }
</style>
background-color css

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

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

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

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

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

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