Html Css Color HEX #C1D10E La Rioja

📋 copy color: '#C1D10E'

red 193 ◦ green 209 ◦ blue 14

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

Shades of La Rioja #C1D10E

Tints of La Rioja #C1D10E

RGB

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

 GREEN value IS 209 (82.03% from 255) = 50.24%

 BLUE value IS 14 (5.86% from 255) = 3.37%

R = 46.39%
G = 50.24%
B = 3.37%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#C1D10E (or 0xC1D10E) is known color: La Rioja. HEX triplet: C1, D1 and 0E. RGB value is (193,209,14). Sum of RGB (Red+Green+Blue) = 193+209+14=416 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.39% from 416); Green value is 209 (82.03% from 255 or 50.24% from 416); Blue value is 14 (5.86% from 255 or 3.37% from 416); Max value from RGB is 209 - color contains mainly: green. Hex color #C1D10E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C1D10E is #3E2EF1. Grayscale: #B6B6B6. Windows color (decimal): -4075250 or 971201. OLE color: 971201.

HSL color Cylindrical-coordinate representation of color #C1D10E: hue angle of 64.92º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C1D10E is Cyan = 0.08, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 193 209 14 -
CMYK 0.08 0 0.93 0.18
HSL 64.92º 0.87% 0.44% -
HSV(B) 64.92º 0.93% 0.82% -
XYZ 44.87 56.97 9.05 -
YUV 181.99 33.2 135.86 -
System Red Green Blue C M Y K H S L
Decimal 193 209 14 0.08 0 0.93 0.18 64.92 0.87 0.44
Hex C1 D1 E 8 0 5D 12 41 57 2C
Octal 301 321 16 10 0 135 22 101 127 54
Binary 11000001 11010001 1110 1000 0 1011101 10010 1000001 1010111 101100

Color Harmonies of #C1D10E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D10E

Black with #C1D10E

Text Example


Text Example

White with #C1D10E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D10E; }

 p { color: rgb(193,209,14); }

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

background-color css

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

 a { background-color: rgb(193,209,14); }

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

border-color css

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

 span { border-color: rgb(193,209,14); }

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