Html Css Color HEX #C1D18F Sprout

📋 copy color: '#C1D18F'

red 193 ◦ green 209 ◦ blue 143

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

Shades of Sprout #C1D18F

Tints of Sprout #C1D18F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 26.24%

R = 35.41%
G = 38.35%
B = 26.24%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#C1D18F (or 0xC1D18F) is known color: Sprout. HEX triplet: C1, D1 and 8F. RGB value is (193,209,143). Sum of RGB (Red+Green+Blue) = 193+209+143=545 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.41% from 545); Green value is 209 (82.03% from 255 or 38.35% from 545); Blue value is 143 (56.25% from 255 or 26.24% from 545); Max value from RGB is 209 - color contains mainly: green. Hex color #C1D18F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D18F is #3E2E70. Grayscale: #C4C4C4. Windows color (decimal): -4075121 or 9425345. OLE color: 9425345.

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

Color convert

RGB 193 209 143 -
CMYK 0.08 0 0.32 0.18
HSL 74.55º 0.42% 0.69% -
HSV(B) 74.55º 0.32% 0.82% -
XYZ 49.75 58.92 34.74 -
YUV 196.69 97.7 125.37 -
System Red Green Blue C M Y K H S L
Decimal 193 209 143 0.08 0 0.32 0.18 74.55 0.42 0.69
Hex C1 D1 8F 8 0 20 12 4B 2A 45
Octal 301 321 217 10 0 40 22 113 52 105
Binary 11000001 11010001 10001111 1000 0 100000 10010 1001011 101010 1000101

Color Harmonies of #C1D18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D18F

Black with #C1D18F

Text Example


Text Example

White with #C1D18F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D18F; }

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

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

background-color css

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

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

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

border-color css

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

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

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