#C2CA24

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

Shades of Rio Grande #C2CA24

Tints of Rio Grande #C2CA24

Color information

#C2CA24 (or 0xC2CA24) is unknown color: approx Rio Grande. HEX triplet: C2, CA and 24. RGB value is (194,202,36). Sum of RGB (Red+Green+Blue) = 194+202+36=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 202 (79.30% from 255 or 46.76% from 432); Blue value is 36 (14.45% from 255 or 8.33% from 432); Max value from RGB is 202 - color contains mainly: green. Hex color #C2CA24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2CA24 is #3D35DB. Grayscale: #B5B5B5. Windows color (decimal): -4011484 or 2411202. OLE color: 2411202.

HSL color Cylindrical-coordinate representation of color #C2CA24: hue angle of 62.89º degrees, saturation: 0.7, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C2CA24 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB19420236-
CMYK0.0400.820.21
HSL62.89º69.75%46.67%-
HSV(B)62.89º82.18%79.22%-
XYZ43.6953.849.76-
YUV180.6846.35137.5-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.91%
GREEN value IS 202 (79.30% from 255) = 46.76%
BLUE value IS 36 (14.45% from 255) = 8.33%
R=44.91%
G=46.76%
B=8.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal194202360.0400.820.2162.8969.7546.67
HexC2CA244052153f462f
Octal3023124440122257710657
Binary110000101100101010010010001010010101011111111000110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2CA24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2CA24; }

 p { color: rgb(194,202,36); }

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

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

 a { background-color: rgb(194,202,36); }

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

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

 span { border-color: rgb(194,202,36); }

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