Html Css Color HEX #C5D993 Sprout

📋 copy color: '#C5D993'

red 197 ◦ green 217 ◦ blue 147

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

Shades of Sprout #C5D993

Tints of Sprout #C5D993

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 26.2%

R = 35.12%
G = 38.68%
B = 26.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#C5D993 (or 0xC5D993) is known color: Sprout. HEX triplet: C5, D9 and 93. RGB value is (197,217,147). Sum of RGB (Red+Green+Blue) = 197+217+147=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 217 (85.16% from 255 or 38.68% from 561); Blue value is 147 (57.81% from 255 or 26.20% from 561); Max value from RGB is 217 - color contains mainly: green. Hex color #C5D993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D993 is #3A266C. Grayscale: #CBCBCB. Windows color (decimal): -3810925 or 9689541. OLE color: 9689541.

HSL color Cylindrical-coordinate representation of color #C5D993: hue angle of 77.14º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C5D993 is Cyan = 0.09, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.15.

Color convert

RGB 197 217 147 -
CMYK 0.09 0 0.32 0.15
HSL 77.14º 0.48% 0.71% -
HSV(B) 77.14º 0.32% 0.85% -
XYZ 53.11 63.6 37.08 -
YUV 203.04 96.37 123.69 -
System Red Green Blue C M Y K H S L
Decimal 197 217 147 0.09 0 0.32 0.15 77.14 0.48 0.71
Hex C5 D9 93 9 0 20 F 4D 30 47
Octal 305 331 223 11 0 40 17 115 60 107
Binary 11000101 11011001 10010011 1001 0 100000 1111 1001101 110000 1000111

Color Harmonies of #C5D993

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D993

Black with #C5D993

Text Example


Text Example

White with #C5D993

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D993; }

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

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

background-color css

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

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

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

border-color css

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

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

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