Html Css Color HEX #C2D49E Sprout

📋 copy color: '#C2D49E'

red 194 ◦ green 212 ◦ blue 158

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

Shades of Sprout #C2D49E

Tints of Sprout #C2D49E

RGB

 RED value IS 194 (76.17% from 255) = 34.4%

 GREEN value IS 212 (83.2% from 255) = 37.59%

 BLUE value IS 158 (62.11% from 255) = 28.01%

R = 34.4%
G = 37.59%
B = 28.01%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.17

RGB Variations

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

Color information

#C2D49E (or 0xC2D49E) is known color: Sprout. HEX triplet: C2, D4 and 9E. RGB value is (194,212,158). Sum of RGB (Red+Green+Blue) = 194+212+158=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 212 (83.20% from 255 or 37.59% from 564); Blue value is 158 (62.11% from 255 or 28.01% from 564); Max value from RGB is 212 - color contains mainly: green. Hex color #C2D49E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D49E is #3D2B61. Grayscale: #C8C8C8. Windows color (decimal): -4008802 or 10409154. OLE color: 10409154.

HSL color Cylindrical-coordinate representation of color #C2D49E: hue angle of 80º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2D49E is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB 194 212 158 -
CMYK 0.08 0 0.25 0.17
HSL 80º 0.39% 0.73% -
HSV(B) 80º 0.25% 0.83% -
XYZ 51.96 61.02 41.39 -
YUV 200.46 104.04 123.39 -
System Red Green Blue C M Y K H S L
Decimal 194 212 158 0.08 0 0.25 0.17 80 0.39 0.73
Hex C2 D4 9E 8 0 19 11 50 27 49
Octal 302 324 236 10 0 31 21 120 47 111
Binary 11000010 11010100 10011110 1000 0 11001 10001 1010000 100111 1001001

Color Harmonies of #C2D49E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D49E

Black with #C2D49E

Text Example


Text Example

White with #C2D49E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D49E; }

 p { color: rgb(194,212,158); }

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

background-color css

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

 a { background-color: rgb(194,212,158); }

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

border-color css

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

 span { border-color: rgb(194,212,158); }

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