Html Css Color HEX #C5D696 Sprout

📋 copy color: '#C5D696'

red 197 ◦ green 214 ◦ blue 150

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

Shades of Sprout #C5D696

Tints of Sprout #C5D696

RGB

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

 GREEN value IS 214 (83.98% from 255) = 38.15%

 BLUE value IS 150 (58.98% from 255) = 26.74%

R = 35.12%
G = 38.15%
B = 26.74%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#C5D696 (or 0xC5D696) is known color: Sprout. HEX triplet: C5, D6 and 96. RGB value is (197,214,150). Sum of RGB (Red+Green+Blue) = 197+214+150=561 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.12% from 561); Green value is 214 (83.98% from 255 or 38.15% from 561); Blue value is 150 (58.98% from 255 or 26.74% from 561); Max value from RGB is 214 - color contains mainly: green. Hex color #C5D696 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C5D696 is #3A2969. Grayscale: #C9C9C9. Windows color (decimal): -3811690 or 9885381. OLE color: 9885381.

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

Color convert

RGB 197 214 150 -
CMYK 0.08 0 0.30 0.16
HSL 75.94º 0.44% 0.71% -
HSV(B) 75.94º 0.3% 0.84% -
XYZ 52.58 62.17 38.08 -
YUV 201.62 98.87 124.7 -
System Red Green Blue C M Y K H S L
Decimal 197 214 150 0.08 0 0.30 0.16 75.94 0.44 0.71
Hex C5 D6 96 8 0 1E 10 4C 2C 47
Octal 305 326 226 10 0 36 20 114 54 107
Binary 11000101 11010110 10010110 1000 0 11110 10000 1001100 101100 1000111

Color Harmonies of #C5D696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5D696

Black with #C5D696

Text Example


Text Example

White with #C5D696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5D696; }

 p { color: rgb(197,214,150); }

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

background-color css

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

 a { background-color: rgb(197,214,150); }

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

border-color css

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

 span { border-color: rgb(197,214,150); }

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