Html Css Color HEX #C4DC97 Sprout

📋 copy color: '#C4DC97'

red 196 ◦ green 220 ◦ blue 151

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

Shades of Sprout #C4DC97

Tints of Sprout #C4DC97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 26.63%

R = 34.57%
G = 38.8%
B = 26.63%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#C4DC97 (or 0xC4DC97) is known color: Sprout. HEX triplet: C4, DC and 97. RGB value is (196,220,151). Sum of RGB (Red+Green+Blue) = 196+220+151=567 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.57% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 151 (59.38% from 255 or 26.63% from 567); Max value from RGB is 220 - color contains mainly: green. Hex color #C4DC97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4DC97 is #3B2368. Grayscale: #CDCDCD. Windows color (decimal): -3875689 or 9952452. OLE color: 9952452.

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

Color convert

RGB 196 220 151 -
CMYK 0.11 0 0.31 0.14
HSL 80.87º 0.5% 0.73% -
HSV(B) 80.87º 0.31% 0.86% -
XYZ 53.94 65.16 39.01 -
YUV 204.96 97.55 121.61 -
System Red Green Blue C M Y K H S L
Decimal 196 220 151 0.11 0 0.31 0.14 80.87 0.5 0.73
Hex C4 DC 97 B 0 1F E 51 32 49
Octal 304 334 227 13 0 37 16 121 62 111
Binary 11000100 11011100 10010111 1011 0 11111 1110 1010001 110010 1001001

Color Harmonies of #C4DC97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4DC97

Black with #C4DC97

Text Example


Text Example

White with #C4DC97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4DC97; }

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

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

background-color css

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

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

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

border-color css

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

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

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