Html Css Color HEX #C1D997 Sprout

📋 copy color: '#C1D997'

red 193 ◦ green 217 ◦ blue 151

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

Shades of Sprout #C1D997

Tints of Sprout #C1D997

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.68%

 BLUE value IS 151 (59.38% from 255) = 26.92%

R = 34.4%
G = 38.68%
B = 26.92%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#C1D997 (or 0xC1D997) is known color: Sprout. HEX triplet: C1, D9 and 97. RGB value is (193,217,151). Sum of RGB (Red+Green+Blue) = 193+217+151=561 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.40% from 561); Green value is 217 (85.16% from 255 or 38.68% from 561); Blue value is 151 (59.38% from 255 or 26.92% from 561); Max value from RGB is 217 - color contains mainly: green. Hex color #C1D997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D997 is #3E2668. Grayscale: #CACACA. Windows color (decimal): -4073065 or 9951681. OLE color: 9951681.

HSL color Cylindrical-coordinate representation of color #C1D997: hue angle of 81.82º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C1D997 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 217 151 -
CMYK 0.11 0 0.30 0.15
HSL 81.82º 0.46% 0.72% -
HSV(B) 81.82º 0.3% 0.85% -
XYZ 52.39 63.2 38.72 -
YUV 202.3 99.05 121.37 -
System Red Green Blue C M Y K H S L
Decimal 193 217 151 0.11 0 0.30 0.15 81.82 0.46 0.72
Hex C1 D9 97 B 0 1E F 52 2E 48
Octal 301 331 227 13 0 36 17 122 56 110
Binary 11000001 11011001 10010111 1011 0 11110 1111 1010010 101110 1001000

Color Harmonies of #C1D997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D997

Black with #C1D997

Text Example


Text Example

White with #C1D997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D997; }

 p { color: rgb(193,217,151); }

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

background-color css

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

 a { background-color: rgb(193,217,151); }

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

border-color css

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

 span { border-color: rgb(193,217,151); }

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