Html Css Color HEX #C1D998 Sprout

📋 copy color: '#C1D998'

red 193 ◦ green 217 ◦ blue 152

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

Shades of Sprout #C1D998

Tints of Sprout #C1D998

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.05%

R = 34.34%
G = 38.61%
B = 27.05%

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

#C1D998 (or 0xC1D998) is known color: Sprout. HEX triplet: C1, D9 and 98. RGB value is (193,217,152). Sum of RGB (Red+Green+Blue) = 193+217+152=562 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.34% from 562); Green value is 217 (85.16% from 255 or 38.61% from 562); Blue value is 152 (59.77% from 255 or 27.05% from 562); Max value from RGB is 217 - color contains mainly: green. Hex color #C1D998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C1D998 is #3E2667. Grayscale: #CACACA. Windows color (decimal): -4073064 or 10017217. OLE color: 10017217.

HSL color Cylindrical-coordinate representation of color #C1D998: hue angle of 82.15º 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 #C1D998 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.15.

Color convert

RGB 193 217 152 -
CMYK 0.11 0 0.30 0.15
HSL 82.15º 0.46% 0.72% -
HSV(B) 82.15º 0.3% 0.85% -
XYZ 52.47 63.23 39.14 -
YUV 202.41 99.55 121.29 -
System Red Green Blue C M Y K H S L
Decimal 193 217 152 0.11 0 0.30 0.15 82.15 0.46 0.72
Hex C1 D9 98 B 0 1E F 52 2E 48
Octal 301 331 230 13 0 36 17 122 56 110
Binary 11000001 11011001 10011000 1011 0 11110 1111 1010010 101110 1001000

Color Harmonies of #C1D998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1D998

Black with #C1D998

Text Example


Text Example

White with #C1D998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1D998; }

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

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

background-color css

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

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

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

border-color css

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

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

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