#C2D914

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

Shades of Rio Grande #C2D914

Tints of Rio Grande #C2D914

Color information

#C2D914 (or 0xC2D914) is unknown color: approx Rio Grande. HEX triplet: C2, D9 and 14. RGB value is (194,217,20). Sum of RGB (Red+Green+Blue) = 194+217+20=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 217 (85.16% from 255 or 50.35% from 431); Blue value is 20 (8.20% from 255 or 4.64% from 431); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D914 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2D914 is #3D26EB. Grayscale: #BCBCBC. Windows color (decimal): -4007660 or 1366466. OLE color: 1366466.

HSL color Cylindrical-coordinate representation of color #C2D914: hue angle of 67.01º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C2D914 is Cyan = 0.11, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB19421720-
CMYK0.1100.910.15
HSL67.01º83.12%46.47%-
HSV(B)67.01º90.78%85.1%-
XYZ47.1961.159.98-
YUV187.6633.38132.52-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.01%
GREEN value IS 217 (85.16% from 255) = 50.35%
BLUE value IS 20 (8.20% from 255) = 4.64%
R=45.01%
G=50.35%
B=4.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal194217200.1100.910.1567.0183.1246.47
HexC2D914B05BF43532e
Octal302331241301331710312356
Binary110000101101100110100101101011011111110000111010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2D914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2D914; }

 p { color: rgb(194,217,20); }

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

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

 a { background-color: rgb(194,217,20); }

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

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

 span { border-color: rgb(194,217,20); }

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