Html Css Color HEX #C6D994 Sprout

📋 copy color: '#C6D994'

red 198 ◦ green 217 ◦ blue 148

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

Shades of Sprout #C6D994

Tints of Sprout #C6D994

RGB

 RED value IS 198 (77.73% from 255) = 35.17%

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

 BLUE value IS 148 (58.2% from 255) = 26.29%

R = 35.17%
G = 38.54%
B = 26.29%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#C6D994 (or 0xC6D994) is known color: Sprout. HEX triplet: C6, D9 and 94. RGB value is (198,217,148). Sum of RGB (Red+Green+Blue) = 198+217+148=563 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.17% from 563); Green value is 217 (85.16% from 255 or 38.54% from 563); Blue value is 148 (58.20% from 255 or 26.29% from 563); Max value from RGB is 217 - color contains mainly: green. Hex color #C6D994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6D994 is #39266B. Grayscale: #CBCBCB. Windows color (decimal): -3745388 or 9755078. OLE color: 9755078.

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

Color convert

RGB 198 217 148 -
CMYK 0.09 0 0.32 0.15
HSL 76.52º 0.48% 0.72% -
HSV(B) 76.52º 0.32% 0.85% -
XYZ 53.45 63.77 37.51 -
YUV 203.45 96.71 124.11 -
System Red Green Blue C M Y K H S L
Decimal 198 217 148 0.09 0 0.32 0.15 76.52 0.48 0.72
Hex C6 D9 94 9 0 20 F 4D 30 48
Octal 306 331 224 11 0 40 17 115 60 110
Binary 11000110 11011001 10010100 1001 0 100000 1111 1001101 110000 1001000

Color Harmonies of #C6D994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D994

Black with #C6D994

Text Example


Text Example

White with #C6D994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D994; }

 p { color: rgb(198,217,148); }

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

background-color css

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

 a { background-color: rgb(198,217,148); }

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

border-color css

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

 span { border-color: rgb(198,217,148); }

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