#c4d31c

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

Shades of Rio Grande #C4D31C

Tints of Rio Grande #C4D31C

Color information

#C4D31C (or 0xC4D31C) is unknown color: approx Rio Grande. HEX triplet: C4, D3 and 1C. RGB value is (196,211,28). Sum of RGB (Red+Green+Blue) = 196+211+28=435 (57% of max value = 765). Red value is 196 (76.95% from 255 or 45.06% from 435); Green value is 211 (82.81% from 255 or 48.51% from 435); Blue value is 28 (11.33% from 255 or 6.44% from 435); Max value from RGB is 211 - color contains mainly: green. Hex color #C4D31C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C4D31C is #3B2CE3. Grayscale: #BABABA. Windows color (decimal): -3878116 or 1889220. OLE color: 1889220.

HSL color Cylindrical-coordinate representation of color #C4D31C: hue angle of 64.92º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C4D31C is Cyan = 0.07, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.17.

Color convert

RGB19621128-
CMYK0.0700.870.17
HSL64.92º76.57%46.86%-
HSV(B)64.92º86.73%82.75%-
XYZ46.2758.419.93-
YUV185.6539.03135.38-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.06%
GREEN value IS 211 (82.81% from 255) = 48.51%
BLUE value IS 28 (11.33% from 255) = 6.44%
R=45.06%
G=48.51%
B=6.44%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal196211280.0700.870.1764.9276.5746.86
HexC4D31C705711414d2f
Octal30432334701272110111557
Binary110001001101001111100111010101111000110000011001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4d31c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4d31c; }

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

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

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

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

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

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

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

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