Html Css Color HEX #C4DC96 Sprout

📋 copy color: '#C4DC96'

red 196 ◦ green 220 ◦ blue 150

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

Shades of Sprout #C4DC96

Tints of Sprout #C4DC96

RGB

 RED value IS 196 (76.95% from 255) = 34.63%

 GREEN value IS 220 (86.33% from 255) = 38.87%

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

R = 34.63%
G = 38.87%
B = 26.5%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#C4DC96 (or 0xC4DC96) is known color: Sprout. HEX triplet: C4, DC and 96. RGB value is (196,220,150). Sum of RGB (Red+Green+Blue) = 196+220+150=566 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.63% from 566); Green value is 220 (86.33% from 255 or 38.87% from 566); Blue value is 150 (58.98% from 255 or 26.50% from 566); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DC96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4DC96 is #3B2369. Grayscale: #CDCDCD. Windows color (decimal): -3875690 or 9886916. OLE color: 9886916.

HSL color Cylindrical-coordinate representation of color #C4DC96: hue angle of 80.57º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C4DC96 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.14.

Color convert

RGB 196 220 150 -
CMYK 0.11 0 0.32 0.14
HSL 80.57º 0.5% 0.73% -
HSV(B) 80.57º 0.32% 0.86% -
XYZ 53.86 65.12 38.59 -
YUV 204.84 97.05 121.69 -
System Red Green Blue C M Y K H S L
Decimal 196 220 150 0.11 0 0.32 0.14 80.57 0.5 0.73
Hex C4 DC 96 B 0 20 E 51 32 49
Octal 304 334 226 13 0 40 16 121 62 111
Binary 11000100 11011100 10010110 1011 0 100000 1110 1010001 110010 1001001

Color Harmonies of #C4DC96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DC96

Black with #C4DC96

Text Example


Text Example

White with #C4DC96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DC96; }

 p { color: rgb(196,220,150); }

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

background-color css

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

 a { background-color: rgb(196,220,150); }

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

border-color css

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

 span { border-color: rgb(196,220,150); }

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