Html Css Color HEX #C6D996 Sprout

📋 copy color: '#C6D996'

red 198 ◦ green 217 ◦ blue 150

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

Shades of Sprout #C6D996

Tints of Sprout #C6D996

RGB

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

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

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

R = 35.04%
G = 38.41%
B = 26.55%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#C6D996 (or 0xC6D996) is known color: Sprout. HEX triplet: C6, D9 and 96. RGB value is (198,217,150). Sum of RGB (Red+Green+Blue) = 198+217+150=565 (74% of max value = 765). Red value is 198 (77.73% from 255 or 35.04% from 565); Green value is 217 (85.16% from 255 or 38.41% from 565); Blue value is 150 (58.98% from 255 or 26.55% from 565); Max value from RGB is 217 - color contains mainly: green. Hex color #C6D996 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6D996 is #392669. Grayscale: #CBCBCB. Windows color (decimal): -3745386 or 9886150. OLE color: 9886150.

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

Color convert

RGB 198 217 150 -
CMYK 0.09 0 0.31 0.15
HSL 77.01º 0.47% 0.72% -
HSV(B) 77.01º 0.31% 0.85% -
XYZ 53.61 63.83 38.35 -
YUV 203.68 97.71 123.95 -
System Red Green Blue C M Y K H S L
Decimal 198 217 150 0.09 0 0.31 0.15 77.01 0.47 0.72
Hex C6 D9 96 9 0 1F F 4D 2F 48
Octal 306 331 226 11 0 37 17 115 57 110
Binary 11000110 11011001 10010110 1001 0 11111 1111 1001101 101111 1001000

Color Harmonies of #C6D996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6D996

Black with #C6D996

Text Example


Text Example

White with #C6D996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6D996; }

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

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

background-color css

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

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

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

border-color css

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

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

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