#C6D69B

Color #C6D69B Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #C6D69B

Tints of Sprout #C6D69B

Color information

#C6D69B (or 0xC6D69B) is unknown color: approx Sprout. HEX triplet: C6, D6 and 9B. RGB value is (198,214,155). Sum of RGB (Red+Green+Blue) = 198+214+155=567 (75% of max value = 765). Red value is 198 (77.73% from 255 or 34.92% from 567); Green value is 214 (83.98% from 255 or 37.74% from 567); Blue value is 155 (60.94% from 255 or 27.34% from 567); Max value from RGB is 214 - color contains mainly: green. Hex color #C6D69B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C6D69B is #392964. Grayscale: #CACACA. Windows color (decimal): -3746149 or 10213062. OLE color: 10213062.

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

Color convert

RGB198214155-
CMYK0.0700.280.16
HSL76.27º41.84%72.35%-
HSV(B)76.27º27.57%83.92%-
XYZ53.2562.4740.26-
YUV202.49101.2124.8-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 34.92%
GREEN value IS 214 (83.98% from 255) = 37.74%
BLUE value IS 155 (60.94% from 255) = 27.34%
R=34.92%
G=37.74%
B=27.34%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1982141550.0700.280.1676.2741.8472.35
HexC6D69B701C104c2a48
Octal30632623370342011452110
Binary1100011011010110100110111110111001000010011001010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6D69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6D69B; }

 p { color: rgb(198,214,155); }

 H1.HeaderClassName
 {
   color: #C6D69B;
 }
 .AnyTagClassName
 {
   color: #C6D69B;
 }
</style>
background-color css

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

 a { background-color: rgb(198,214,155); }

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

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

 span { border-color: rgb(198,214,155); }

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