Html Css Color HEX #C2D29E Sprout

📋 copy color: '#C2D29E'

red 194 ◦ green 210 ◦ blue 158

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

Shades of Sprout #C2D29E

Tints of Sprout #C2D29E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.37%

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

R = 34.52%
G = 37.37%
B = 28.11%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#C2D29E (or 0xC2D29E) is known color: Sprout. HEX triplet: C2, D2 and 9E. RGB value is (194,210,158). Sum of RGB (Red+Green+Blue) = 194+210+158=562 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.52% from 562); Green value is 210 (82.42% from 255 or 37.37% from 562); Blue value is 158 (62.11% from 255 or 28.11% from 562); Max value from RGB is 210 - color contains mainly: green. Hex color #C2D29E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D29E is #3D2D61. Grayscale: #C7C7C7. Windows color (decimal): -4009314 or 10408642. OLE color: 10408642.

HSL color Cylindrical-coordinate representation of color #C2D29E: hue angle of 78.46º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C2D29E is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 194 210 158 -
CMYK 0.08 0 0.25 0.18
HSL 78.46º 0.37% 0.72% -
HSV(B) 78.46º 0.25% 0.82% -
XYZ 51.47 60.03 41.22 -
YUV 199.29 104.7 124.23 -
System Red Green Blue C M Y K H S L
Decimal 194 210 158 0.08 0 0.25 0.18 78.46 0.37 0.72
Hex C2 D2 9E 8 0 19 12 4E 25 48
Octal 302 322 236 10 0 31 22 116 45 110
Binary 11000010 11010010 10011110 1000 0 11001 10010 1001110 100101 1001000

Color Harmonies of #C2D29E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D29E

Black with #C2D29E

Text Example


Text Example

White with #C2D29E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D29E; }

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

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

background-color css

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

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

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

border-color css

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

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

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