Html Css Color HEX #C1D216 Rio Grande

📋 copy color: '#C1D216'

red 193 ◦ green 210 ◦ blue 22

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

Shades of Rio Grande #C1D216

Tints of Rio Grande #C1D216

RGB

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

 GREEN value IS 210 (82.42% from 255) = 49.41%

 BLUE value IS 22 (8.98% from 255) = 5.18%

R = 45.41%
G = 49.41%
B = 5.18%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.90

 K value IS 0.18

RGB Variations

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

Color information

#C1D216 (or 0xC1D216) is known color: Rio Grande. HEX triplet: C1, D2 and 16. RGB value is (193,210,22). Sum of RGB (Red+Green+Blue) = 193+210+22=425 (56% of max value = 765). Red value is 193 (75.78% from 255 or 45.41% from 425); Green value is 210 (82.42% from 255 or 49.41% from 425); Blue value is 22 (8.98% from 255 or 5.18% from 425); Max value from RGB is 210 - color contains mainly: green. Hex color #C1D216 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1D216 is #3E2DE9. Grayscale: #B8B8B8. Windows color (decimal): -4074986 or 1495745. OLE color: 1495745.

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

Color convert

RGB 193 210 22 -
CMYK 0.08 0 0.90 0.18
HSL 65.43º 0.81% 0.45% -
HSV(B) 65.43º 0.9% 0.82% -
XYZ 45.18 57.49 9.47 -
YUV 183.49 36.87 134.79 -
System Red Green Blue C M Y K H S L
Decimal 193 210 22 0.08 0 0.90 0.18 65.43 0.81 0.45
Hex C1 D2 16 8 0 5A 12 41 51 2D
Octal 301 322 26 10 0 132 22 101 121 55
Binary 11000001 11010010 10110 1000 0 1011010 10010 1000001 1010001 101101

Color Harmonies of #C1D216

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D216

Black with #C1D216

Text Example


Text Example

White with #C1D216

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D216; }

 p { color: rgb(193,210,22); }

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

background-color css

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

 a { background-color: rgb(193,210,22); }

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

border-color css

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

 span { border-color: rgb(193,210,22); }

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