Html Css Color HEX #C2D895 Sprout

📋 copy color: '#C2D895'

red 194 ◦ green 216 ◦ blue 149

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

Shades of Sprout #C2D895

Tints of Sprout #C2D895

RGB

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

 GREEN value IS 216 (84.77% from 255) = 38.64%

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

R = 34.7%
G = 38.64%
B = 26.65%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#C2D895 (or 0xC2D895) is known color: Sprout. HEX triplet: C2, D8 and 95. RGB value is (194,216,149). Sum of RGB (Red+Green+Blue) = 194+216+149=559 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.70% from 559); Green value is 216 (84.77% from 255 or 38.64% from 559); Blue value is 149 (58.59% from 255 or 26.65% from 559); Max value from RGB is 216 - color contains mainly: green. Hex color #C2D895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D895 is #3D276A. Grayscale: #CACACA. Windows color (decimal): -4007787 or 9820354. OLE color: 9820354.

HSL color Cylindrical-coordinate representation of color #C2D895: hue angle of 79.7º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C2D895 is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 216 149 -
CMYK 0.10 0 0.31 0.15
HSL 79.7º 0.46% 0.72% -
HSV(B) 79.7º 0.31% 0.85% -
XYZ 52.23 62.75 37.79 -
YUV 201.78 98.21 122.45 -
System Red Green Blue C M Y K H S L
Decimal 194 216 149 0.10 0 0.31 0.15 79.7 0.46 0.72
Hex C2 D8 95 A 0 1F F 50 2E 48
Octal 302 330 225 12 0 37 17 120 56 110
Binary 11000010 11011000 10010101 1010 0 11111 1111 1010000 101110 1001000

Color Harmonies of #C2D895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D895

Black with #C2D895

Text Example


Text Example

White with #C2D895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D895; }

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

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

background-color css

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

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

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

border-color css

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

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

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