Html Css Color HEX #C5D794 Sprout

📋 copy color: '#C5D794'

red 197 ◦ green 215 ◦ blue 148

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

Shades of Sprout #C5D794

Tints of Sprout #C5D794

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.39%

 BLUE value IS 148 (58.2% from 255) = 26.43%

R = 35.18%
G = 38.39%
B = 26.43%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.31

 K value IS 0.16

RGB Variations

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

Color information

#C5D794 (or 0xC5D794) is known color: Sprout. HEX triplet: C5, D7 and 94. RGB value is (197,215,148). Sum of RGB (Red+Green+Blue) = 197+215+148=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 215 (84.38% from 255 or 38.39% from 560); Blue value is 148 (58.20% from 255 or 26.43% from 560); Max value from RGB is 215 - color contains mainly: green. Hex color #C5D794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D794 is #3A286B. Grayscale: #CACACA. Windows color (decimal): -3811436 or 9754565. OLE color: 9754565.

HSL color Cylindrical-coordinate representation of color #C5D794: hue angle of 76.12º degrees, saturation: 0.46, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C5D794 is Cyan = 0.08, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.16.

Color convert

RGB 197 215 148 -
CMYK 0.08 0 0.31 0.16
HSL 76.12º 0.46% 0.71% -
HSV(B) 76.12º 0.31% 0.84% -
XYZ 52.67 62.61 37.33 -
YUV 201.98 97.54 124.45 -
System Red Green Blue C M Y K H S L
Decimal 197 215 148 0.08 0 0.31 0.16 76.12 0.46 0.71
Hex C5 D7 94 8 0 1F 10 4C 2E 47
Octal 305 327 224 10 0 37 20 114 56 107
Binary 11000101 11010111 10010100 1000 0 11111 10000 1001100 101110 1000111

Color Harmonies of #C5D794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D794

Black with #C5D794

Text Example


Text Example

White with #C5D794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D794; }

 p { color: rgb(197,215,148); }

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

background-color css

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

 a { background-color: rgb(197,215,148); }

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

border-color css

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

 span { border-color: rgb(197,215,148); }

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