Html Css Color HEX #C1D190 Sprout

📋 copy color: '#C1D190'

red 193 ◦ green 209 ◦ blue 144

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

Shades of Sprout #C1D190

Tints of Sprout #C1D190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 26.37%

R = 35.35%
G = 38.28%
B = 26.37%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.31

 K value IS 0.18

RGB Variations

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

Color information

#C1D190 (or 0xC1D190) is known color: Sprout. HEX triplet: C1, D1 and 90. RGB value is (193,209,144). Sum of RGB (Red+Green+Blue) = 193+209+144=546 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.35% from 546); Green value is 209 (82.03% from 255 or 38.28% from 546); Blue value is 144 (56.64% from 255 or 26.37% from 546); Max value from RGB is 209 - color contains mainly: green. Hex color #C1D190 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D190 is #3E2E6F. Grayscale: #C5C5C5. Windows color (decimal): -4075120 or 9490881. OLE color: 9490881.

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

Color convert

RGB 193 209 144 -
CMYK 0.08 0 0.31 0.18
HSL 74.77º 0.41% 0.69% -
HSV(B) 74.77º 0.31% 0.82% -
XYZ 49.83 58.95 35.14 -
YUV 196.81 98.2 125.29 -
System Red Green Blue C M Y K H S L
Decimal 193 209 144 0.08 0 0.31 0.18 74.77 0.41 0.69
Hex C1 D1 90 8 0 1F 12 4B 29 45
Octal 301 321 220 10 0 37 22 113 51 105
Binary 11000001 11010001 10010000 1000 0 11111 10010 1001011 101001 1000101

Color Harmonies of #C1D190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D190

Black with #C1D190

Text Example


Text Example

White with #C1D190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D190; }

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

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

background-color css

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

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

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

border-color css

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

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

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