Html Css Color HEX #C2D695 Sprout

📋 copy color: '#C2D695'

red 194 ◦ green 214 ◦ blue 149

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

Shades of Sprout #C2D695

Tints of Sprout #C2D695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 26.75%

R = 34.83%
G = 38.42%
B = 26.75%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.30

 K value IS 0.16

RGB Variations

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

Color information

#C2D695 (or 0xC2D695) is known color: Sprout. HEX triplet: C2, D6 and 95. RGB value is (194,214,149). Sum of RGB (Red+Green+Blue) = 194+214+149=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 214 (83.98% from 255 or 38.42% from 557); Blue value is 149 (58.59% from 255 or 26.75% from 557); Max value from RGB is 214 - color contains mainly: green. Hex color #C2D695 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D695 is #3D296A. Grayscale: #C8C8C8. Windows color (decimal): -4008299 or 9819842. OLE color: 9819842.

HSL color Cylindrical-coordinate representation of color #C2D695: hue angle of 78.46º 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 #C2D695 is Cyan = 0.09, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 214 149 -
CMYK 0.09 0 0.30 0.16
HSL 78.46º 0.44% 0.71% -
HSV(B) 78.46º 0.3% 0.84% -
XYZ 51.72 61.73 37.62 -
YUV 200.61 98.87 123.29 -
System Red Green Blue C M Y K H S L
Decimal 194 214 149 0.09 0 0.30 0.16 78.46 0.44 0.71
Hex C2 D6 95 9 0 1E 10 4E 2C 47
Octal 302 326 225 11 0 36 20 116 54 107
Binary 11000010 11010110 10010101 1001 0 11110 10000 1001110 101100 1000111

Color Harmonies of #C2D695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D695

Black with #C2D695

Text Example


Text Example

White with #C2D695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D695; }

 p { color: rgb(194,214,149); }

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

background-color css

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

 a { background-color: rgb(194,214,149); }

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

border-color css

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

 span { border-color: rgb(194,214,149); }

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