Html Css Color HEX #C1CA24 Rio Grande

📋 copy color: '#C1CA24'

red 193 ◦ green 202 ◦ blue 36

#C1CA24
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rio Grande #C1CA24

Tints of Rio Grande #C1CA24

RGB

 RED value IS 193 (75.78% from 255) = 44.78%

 GREEN value IS 202 (79.3% from 255) = 46.87%

 BLUE value IS 36 (14.45% from 255) = 8.35%

R = 44.78%
G = 46.87%
B = 8.35%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.82

 K value IS 0.21

RGB Variations

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

Color information

#C1CA24 (or 0xC1CA24) is known color: Rio Grande. HEX triplet: C1, CA and 24. RGB value is (193,202,36). Sum of RGB (Red+Green+Blue) = 193+202+36=431 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.78% from 431); Green value is 202 (79.30% from 255 or 46.87% from 431); Blue value is 36 (14.45% from 255 or 8.35% from 431); Max value from RGB is 202 - color contains mainly: green. Hex color #C1CA24 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1CA24 is #3E35DB. Grayscale: #B5B5B5. Windows color (decimal): -4077020 or 2411201. OLE color: 2411201.

HSL color Cylindrical-coordinate representation of color #C1CA24: hue angle of 63.25º 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 #C1CA24 is Cyan = 0.04, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.21.

Color convert

RGB 193 202 36 -
CMYK 0.04 0 0.82 0.21
HSL 63.25º 0.7% 0.47% -
HSV(B) 63.25º 0.82% 0.79% -
XYZ 43.43 53.71 9.75 -
YUV 180.39 46.52 137 -
System Red Green Blue C M Y K H S L
Decimal 193 202 36 0.04 0 0.82 0.21 63.25 0.7 0.47
Hex C1 CA 24 4 0 52 15 3F 46 2F
Octal 301 312 44 4 0 122 25 77 106 57
Binary 11000001 11001010 100100 100 0 1010010 10101 111111 1000110 101111

Color Harmonies of #C1CA24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1CA24

Black with #C1CA24

Text Example


Text Example

White with #C1CA24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1CA24; }

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

 H1.HeaderClassName
 {
   color: #C1CA24;
 }
 .AnyTagClassName
 {
   color: #C1CA24;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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