#C4C51B

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

Shades of Rio Grande #C4C51B

Tints of Rio Grande #C4C51B

Color information

#C4C51B (or 0xC4C51B) is unknown color: approx Rio Grande. HEX triplet: C4, C5 and 1B. RGB value is (196,197,27). Sum of RGB (Red+Green+Blue) = 196+197+27=420 (55% of max value = 765). Red value is 196 (76.95% from 255 or 46.67% from 420); Green value is 197 (77.34% from 255 or 46.90% from 420); Blue value is 27 (10.94% from 255 or 6.43% from 420); Max value from RGB is 197 - color contains mainly: green. Hex color #C4C51B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4C51B is #3B3AE4. Grayscale: #B1B1B1. Windows color (decimal): -3881701 or 1820100. OLE color: 1820100.

HSL color Cylindrical-coordinate representation of color #C4C51B: hue angle of 60.35º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4C51B is Cyan = 0.01, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB19619727-
CMYK0.0100.860.23
HSL60.35º75.89%43.92%-
HSV(B)60.35º86.29%77.25%-
XYZ42.9351.758.76-
YUV177.3243.17141.32-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.67%
GREEN value IS 197 (77.34% from 255) = 46.90%
BLUE value IS 27 (10.94% from 255) = 6.43%
R=46.67%
G=46.90%
B=6.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal196197270.0100.860.2360.3575.8943.92
HexC4C51B1056173c4c2c
Octal3043053310126277411454
Binary110001001100010111011101010110101111111001001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4C51B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4C51B; }

 p { color: rgb(196,197,27); }

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

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

 a { background-color: rgb(196,197,27); }

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

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

 span { border-color: rgb(196,197,27); }

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