Html Css Color HEX #C2D79B Sprout

📋 copy color: '#C2D79B'

red 194 ◦ green 215 ◦ blue 155

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

Shades of Sprout #C2D79B

Tints of Sprout #C2D79B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 38.12%

 BLUE value IS 155 (60.94% from 255) = 27.48%

R = 34.4%
G = 38.12%
B = 27.48%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#C2D79B (or 0xC2D79B) is known color: Sprout. HEX triplet: C2, D7 and 9B. RGB value is (194,215,155). Sum of RGB (Red+Green+Blue) = 194+215+155=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 215 (84.38% from 255 or 38.12% from 564); Blue value is 155 (60.94% from 255 or 27.48% from 564); Max value from RGB is 215 - color contains mainly: green. Hex color #C2D79B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D79B is #3D2864. Grayscale: #CACACA. Windows color (decimal): -4008037 or 10213314. OLE color: 10213314.

HSL color Cylindrical-coordinate representation of color #C2D79B: hue angle of 81º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C2D79B is Cyan = 0.10, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 194 215 155 -
CMYK 0.10 0 0.28 0.16
HSL 81º 0.43% 0.73% -
HSV(B) 81º 0.28% 0.84% -
XYZ 52.46 62.44 40.3 -
YUV 201.88 101.54 122.38 -
System Red Green Blue C M Y K H S L
Decimal 194 215 155 0.10 0 0.28 0.16 81 0.43 0.73
Hex C2 D7 9B A 0 1C 10 51 2B 49
Octal 302 327 233 12 0 34 20 121 53 111
Binary 11000010 11010111 10011011 1010 0 11100 10000 1010001 101011 1001001

Color Harmonies of #C2D79B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D79B

Black with #C2D79B

Text Example


Text Example

White with #C2D79B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D79B; }

 p { color: rgb(194,215,155); }

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

background-color css

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

 a { background-color: rgb(194,215,155); }

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

border-color css

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

 span { border-color: rgb(194,215,155); }

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