Html Css Color HEX #C5D998 Sprout

📋 copy color: '#C5D998'

red 197 ◦ green 217 ◦ blue 152

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

Shades of Sprout #C5D998

Tints of Sprout #C5D998

RGB

 RED value IS 197 (77.34% from 255) = 34.81%

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

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

R = 34.81%
G = 38.34%
B = 26.86%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.30

 K value IS 0.15

RGB Variations

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

Color information

#C5D998 (or 0xC5D998) is known color: Sprout. HEX triplet: C5, D9 and 98. RGB value is (197,217,152). Sum of RGB (Red+Green+Blue) = 197+217+152=566 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.81% from 566); Green value is 217 (85.16% from 255 or 38.34% from 566); Blue value is 152 (59.77% from 255 or 26.86% from 566); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D998 is #3A2667. Grayscale: #CBCBCB. Windows color (decimal): -3810920 or 10017221. OLE color: 10017221.

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

Color convert

RGB 197 217 152 -
CMYK 0.09 0 0.30 0.15
HSL 78.46º 0.46% 0.72% -
HSV(B) 78.46º 0.3% 0.85% -
XYZ 53.51 63.76 39.19 -
YUV 203.61 98.87 123.29 -
System Red Green Blue C M Y K H S L
Decimal 197 217 152 0.09 0 0.30 0.15 78.46 0.46 0.72
Hex C5 D9 98 9 0 1E F 4E 2E 48
Octal 305 331 230 11 0 36 17 116 56 110
Binary 11000101 11011001 10011000 1001 0 11110 1111 1001110 101110 1001000

Color Harmonies of #C5D998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D998

Black with #C5D998

Text Example


Text Example

White with #C5D998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D998; }

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

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

background-color css

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

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

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

border-color css

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

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

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