#C2CD1C

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

Shades of Rio Grande #C2CD1C

Tints of Rio Grande #C2CD1C

Color information

#C2CD1C (or 0xC2CD1C) is unknown color: approx Rio Grande. HEX triplet: C2, CD and 1C. RGB value is (194,205,28). Sum of RGB (Red+Green+Blue) = 194+205+28=427 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.43% from 427); Green value is 205 (80.47% from 255 or 48.01% from 427); Blue value is 28 (11.33% from 255 or 6.56% from 427); Max value from RGB is 205 - color contains mainly: green. Hex color #C2CD1C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CD1C is #3D32E3. Grayscale: #B6B6B6. Windows color (decimal): -4010724 or 1887682. OLE color: 1887682.

HSL color Cylindrical-coordinate representation of color #C2CD1C: hue angle of 63.73º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C2CD1C is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.20.

Color convert

RGB19420528-
CMYK0.0500.860.20
HSL63.73º75.97%45.69%-
HSV(B)63.73º86.34%80.39%-
XYZ44.2955.229.42-
YUV181.5341.36136.89-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.43%
GREEN value IS 205 (80.47% from 255) = 48.01%
BLUE value IS 28 (11.33% from 255) = 6.56%
R=45.43%
G=48.01%
B=6.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal194205280.0500.860.2063.7375.9745.69
HexC2CD1C505614404c2e
Octal30231534501262410011456
Binary110000101100110111100101010101101010010000001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CD1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CD1C; }

 p { color: rgb(194,205,28); }

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

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

 a { background-color: rgb(194,205,28); }

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

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

 span { border-color: rgb(194,205,28); }

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