Html Css Color HEX #C2D996 Sprout

📋 copy color: '#C2D996'

red 194 ◦ green 217 ◦ blue 150

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

Shades of Sprout #C2D996

Tints of Sprout #C2D996

RGB

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

 GREEN value IS 217 (85.16% from 255) = 38.68%

 BLUE value IS 150 (58.98% from 255) = 26.74%

R = 34.58%
G = 38.68%
B = 26.74%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#C2D996 (or 0xC2D996) is known color: Sprout. HEX triplet: C2, D9 and 96. RGB value is (194,217,150). Sum of RGB (Red+Green+Blue) = 194+217+150=561 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.58% from 561); Green value is 217 (85.16% from 255 or 38.68% from 561); Blue value is 150 (58.98% from 255 or 26.74% from 561); Max value from RGB is 217 - color contains mainly: green. Hex color #C2D996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2D996 is #3D2669. Grayscale: #CACACA. Windows color (decimal): -4007530 or 9886146. OLE color: 9886146.

HSL color Cylindrical-coordinate representation of color #C2D996: hue angle of 80.6º degrees, saturation: 0.47, 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 #C2D996 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.15.

Color convert

RGB 194 217 150 -
CMYK 0.11 0 0.31 0.15
HSL 80.6º 0.47% 0.72% -
HSV(B) 80.6º 0.31% 0.85% -
XYZ 52.57 63.3 38.3 -
YUV 202.49 98.38 121.95 -
System Red Green Blue C M Y K H S L
Decimal 194 217 150 0.11 0 0.31 0.15 80.6 0.47 0.72
Hex C2 D9 96 B 0 1F F 51 2F 48
Octal 302 331 226 13 0 37 17 121 57 110
Binary 11000010 11011001 10010110 1011 0 11111 1111 1010001 101111 1001000

Color Harmonies of #C2D996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2D996

Black with #C2D996

Text Example


Text Example

White with #C2D996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2D996; }

 p { color: rgb(194,217,150); }

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

background-color css

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

 a { background-color: rgb(194,217,150); }

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

border-color css

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

 span { border-color: rgb(194,217,150); }

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