#C4D80D

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

Shades of Rio Grande #C4D80D

Tints of Rio Grande #C4D80D

Color information

#C4D80D (or 0xC4D80D) is unknown color: approx Rio Grande. HEX triplet: C4, D8 and 0D. RGB value is (196,216,13). Sum of RGB (Red+Green+Blue) = 196+216+13=425 (56% of max value = 765). Red value is 196 (76.95% from 255 or 46.12% from 425); Green value is 216 (84.77% from 255 or 50.82% from 425); Blue value is 13 (5.47% from 255 or 3.06% from 425); Max value from RGB is 216 - color contains mainly: green. Hex color #C4D80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4D80D is #3B27F2. Grayscale: #BBBBBB. Windows color (decimal): -3876851 or 907460. OLE color: 907460.

HSL color Cylindrical-coordinate representation of color #C4D80D: hue angle of 65.91º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C4D80D is Cyan = 0.09, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB19621613-
CMYK0.0900.940.15
HSL65.91º88.65%44.9%-
HSV(B)65.91º93.98%84.71%-
XYZ47.3960.889.63-
YUV186.8829.87134.51-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 46.12%
GREEN value IS 216 (84.77% from 255) = 50.82%
BLUE value IS 13 (5.47% from 255) = 3.06%
R=46.12%
G=50.82%
B=3.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal196216130.0900.940.1565.9188.6544.9
HexC4D8D905EF42592d
Octal304330151101361710213155
Binary11000100110110001101100101011110111110000101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D80D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D80D; }

 p { color: rgb(196,216,13); }

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

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

 a { background-color: rgb(196,216,13); }

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

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

 span { border-color: rgb(196,216,13); }

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