Html Css Color HEX #C1D195 Sprout

📋 copy color: '#C1D195'

red 193 ◦ green 209 ◦ blue 149

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

Shades of Sprout #C1D195

Tints of Sprout #C1D195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.04%

R = 35.03%
G = 37.93%
B = 27.04%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#C1D195 (or 0xC1D195) is known color: Sprout. HEX triplet: C1, D1 and 95. RGB value is (193,209,149). Sum of RGB (Red+Green+Blue) = 193+209+149=551 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.03% from 551); Green value is 209 (82.03% from 255 or 37.93% from 551); Blue value is 149 (58.59% from 255 or 27.04% from 551); Max value from RGB is 209 - color contains mainly: green. Hex color #C1D195 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D195 is #3E2E6A. Grayscale: #C5C5C5. Windows color (decimal): -4075115 or 9818561. OLE color: 9818561.

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

Color convert

RGB 193 209 149 -
CMYK 0.08 0 0.29 0.18
HSL 76º 0.39% 0.7% -
HSV(B) 76º 0.29% 0.82% -
XYZ 50.22 59.11 37.2 -
YUV 197.38 100.7 124.88 -
System Red Green Blue C M Y K H S L
Decimal 193 209 149 0.08 0 0.29 0.18 76 0.39 0.7
Hex C1 D1 95 8 0 1D 12 4C 27 46
Octal 301 321 225 10 0 35 22 114 47 106
Binary 11000001 11010001 10010101 1000 0 11101 10010 1001100 100111 1000110

Color Harmonies of #C1D195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D195

Black with #C1D195

Text Example


Text Example

White with #C1D195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D195; }

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

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

background-color css

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

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

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

border-color css

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

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

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