#C4D315

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

Shades of Rio Grande #C4D315

Tints of Rio Grande #C4D315

Color information

#C4D315 (or 0xC4D315) is unknown color: approx Rio Grande. HEX triplet: C4, D3 and 15. RGB value is (196,211,21). Sum of RGB (Red+Green+Blue) = 196+211+21=428 (56% of max value = 765). Red value is 196 (76.95% from 255 or 45.79% from 428); Green value is 211 (82.81% from 255 or 49.30% from 428); Blue value is 21 (8.59% from 255 or 4.91% from 428); Max value from RGB is 211 - color contains mainly: green. Hex color #C4D315 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4D315 is #3B2CEA. Grayscale: #B9B9B9. Windows color (decimal): -3878123 or 1430468. OLE color: 1430468.

HSL color Cylindrical-coordinate representation of color #C4D315: hue angle of 64.74º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C4D315 is Cyan = 0.07, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.17.

Color convert

RGB19621121-
CMYK0.0700.900.17
HSL64.74º81.9%45.49%-
HSV(B)64.74º90.05%82.75%-
XYZ46.1958.389.54-
YUV184.8635.53135.95-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 45.79%
GREEN value IS 211 (82.81% from 255) = 49.30%
BLUE value IS 21 (8.59% from 255) = 4.91%
R=45.79%
G=49.30%
B=4.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal196211210.0700.900.1764.7481.945.49
HexC4D315705A1141522d
Octal30432325701322110112255
Binary110001001101001110101111010110101000110000011010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4D315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4D315; }

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

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

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

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

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

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

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

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